Update generated files
[phpmyadmin-localized-docs.git] / locales-stats
blobb918850b5ad0c7810e9a430eb063b33129043833
1 #!/bin/sh
2 for x in po/*.po ; do
3 lang=`basename $x`
4 echo -n "$lang: "
5 msgfmt --statistics --check -o - $x > /dev/null
6 done