added check parameter to msgfmt

This commit is contained in:
Roland Gruber 2005-01-02 15:07:01 +00:00
parent f8c203b184
commit 11ab755afc
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@
# This script generates a messages.mo file from the translated messages.po file.
rm -f messages.mo
msgfmt -v messages.po -o messages.mo
msgfmt -v -c --statistics messages.po -o messages.mo