X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=cron.d%2F500update_po;h=a76f321ceb62cfba8a17efcba397b0b9ec3947e0;hb=9df0c1156a12d94c9d0f9a1af7f6aa7bd26c4742;hp=05612a25543d942c32224092d5d7d99d972c1970;hpb=edad61f29db68f659a7ea9bf328139031146e3c6;p=deb%2Fpackages.git diff --git a/cron.d/500update_po b/cron.d/500update_po index 05612a2..a76f321 100755 --- a/cron.d/500update_po +++ b/cron.d/500update_po @@ -96,3 +96,15 @@ do done fi done + +# print statistics +for lang in ${polangs} +do + echo + echo "Statistics about $lang:" + for po in *.${lang}.po + do + echo $po: + LANG=C msgfmt --statistics --check-format -o- $po >/dev/null + done +done