blob: 9d6d8c0abe724ca6857982ab95516897c103f106 (
plain)
1
2
3
4
5
6
|
let $prefix := string("QT_TRANSLATE_NOOP("QmlProjectManager::QmlApplicationWizard", "")
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)
|