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