Do not generate gmo files.
This commit is contained in:
parent
a428137884
commit
cb041d775f
@ -1,3 +1,7 @@
|
||||
2007-11-26 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* po/stats: Do not generate gmo files.
|
||||
|
||||
2007-11-25 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* man/po/LINGUAS: Added missing LINGUAS.
|
||||
|
2
po/stats
2
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/, "");
|
||||
|
Loading…
Reference in New Issue
Block a user