summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-06-10 16:18:00 +0200
committeremkael <emkael@tlen.pl>2016-06-10 16:18:00 +0200
commitaa51020dc0bd802af923f833ab51f759eb9c9a1c (patch)
tree6aa83cd287ba69459867ead1034aa22f5686c9e5
parent35e9e7202f0f56ad3acfc9fc1547aec9c445dacd (diff)
* verbose output of locale generating script
-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