summaryrefslogtreecommitdiff
path: root/bin/prado-locales-build
diff options
context:
space:
mode:
Diffstat (limited to 'bin/prado-locales-build')
-rwxr-xr-xbin/prado-locales-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/prado-locales-build b/bin/prado-locales-build
index 992a6e2..b7edb61 100755
--- a/bin/prado-locales-build
+++ b/bin/prado-locales-build
@@ -23,7 +23,7 @@ find app/frontend/i18n -mindepth 1 -type d | while read LANGDIR; do
msginit -i $POTFILE -l $LANG_CODE -o $POFILE
fi
msgmerge -N $POFILE $POTFILE -o $POFILE
- msgfmt $POFILE -o $MOFILE
+ msgfmt $POFILE -o $MOFILE --statistics --verbose
chown www-data:www-data $POFILE $MOFILE
chmod 777 $POFILE $MOFILE
done