added check parameter to msgfmt
This commit is contained in:
parent
f8c203b184
commit
11ab755afc
|
@ -7,4 +7,4 @@
|
||||||
# This script generates a messages.mo file from the translated messages.po file.
|
# This script generates a messages.mo file from the translated messages.po file.
|
||||||
|
|
||||||
rm -f messages.mo
|
rm -f messages.mo
|
||||||
msgfmt -v messages.po -o messages.mo
|
msgfmt -v -c --statistics messages.po -o messages.mo
|
||||||
|
|
Loading…
Reference in New Issue