aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/translations/extract-qtquickwizards.xq
blob: cbe3a3be748a1c51bab12a8436b0308252979777 (plain)
1
2
3
4
5
6
let $prefix := string("QT_TRANSLATE_NOOP("QmakeProjectManager::QtQuickAppWizard", "")
let $suffix := concat("")", codepoints-to-string(10))
for $file in tokenize($files, string("\|"))
    let $doc := doc($file)
    for $text in ($doc/*:template/*:description, $doc/*:template/*:displayname)
        return fn:concat($prefix, data($text), $suffix)