Output statistics when compiling messages
parent
6a5ac730a0
commit
45be22b00e
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue