source: trunk/translations/check-ts.xq@ 1155

Last change on this file since 1155 was 846, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 282 bytes
Line 
1for $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))
Note: See TracBrowser for help on using the repository browser.