Output statistics when compiling messages

This commit is contained in:
Dave Page 2017-10-31 09:16:47 +00:00
parent 6a5ac730a0
commit 45be22b00e

View File

@ -77,7 +77,7 @@ docs-pdf:
LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 $(MAKE) -C docs/en_US -f Makefile.sphinx latexpdf
msg-compile:
cd web && pybabel compile -d pgadmin/translations
cd web && pybabel compile --statistics -d pgadmin/translations
msg-extract:
cd web && pybabel extract -F babel.cfg -o pgadmin/messages.pot pgadmin