diff --git a/ChangeLog b/ChangeLog index d89fbb6f..5fc7c7ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-26 Nicolas François + + * po/stats: Do not generate gmo files. + 2007-11-25 Nicolas François * man/po/LINGUAS: Added missing LINGUAS. diff --git a/po/stats b/po/stats index c3b8c4ce..386d765f 100644 --- a/po/stats +++ b/po/stats @@ -4,7 +4,7 @@ echo "language translated fuzzy untranslated" echo "-----------------------------------------" for i in $(cat LINGUAS | xargs); do echo -n " $i " - msgfmt -c --statistics -o $i.gmo $i.po 2>&1 | + msgfmt -c --statistics -o /dev/null $i.po 2>&1 | awk -v LNG="$1" '{ gsub(/ untranslated/, ""); gsub(/ translated/, "");