The following commit has been merged in the master branch:
commit 9df0c1156a12d94c9d0f9a1af7f6aa7bd26c4742
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Wed Feb 6 20:44:27 2008 +0100
update_po: Output some useful statistics about the .po files
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
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]