blob: 708235aa9a7ccd54bdef6f5ddd22d2bb723fbce8 [file] [log] [blame]
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))