Files
qt4-x11/translations/check-ts.xq
2025-08-24 20:55:26 +08:00

4 lines
282 B
Plaintext

for $file in tokenize($files, codepoints-to-string(10))
let $fresh := doc($file)/TS/context[not (name = 'QtXmlPatterns')]/message[not (translation/@type = 'obsolete')]
return concat($file, ":", count($fresh/translation[not (@type = 'unfinished')]) * 100 idiv count($fresh))