| 1 | for $file in tokenize($files, codepoints-to-string(10)) |
| 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)) |

