aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/translations/extract-customwizards.xq
blob: efc6fb60c147a7cb21fb293a95982bc2c09bb04d (plain)
1
2
3
4
5
6
let $prefix := string("QT_TRANSLATE_NOOP("QtC::ProjectExplorer", "")
let $suffix := concat("")", codepoints-to-string(10))
for $file in tokenize($files, string("\|"))
    let $doc := doc($file)
    for $text in ($doc/*:wizard/*:description, $doc/*:wizard/*:displayname, $doc/*:wizard/*:displaycategory, $doc/*:wizard/*:fieldpagetitle, $doc/*:wizard/*:fields/*:field/*:fielddescription, $doc/*:wizard/*:fields/*:field/*:fieldcontrol/*:comboentries/*:comboentry/*:comboentrytext, $doc/*:wizard/*:validationrules/*:validationrule/*:message)
        return fn:concat($prefix, data($text), $suffix)