mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add "messages" target to extract, update and compile message catalogs for convenience.
This commit is contained in:
parent
0c6e80f64d
commit
c6dba67d06
2
Makefile
2
Makefile
@ -92,6 +92,8 @@ docs:
|
|||||||
docs-pdf:
|
docs-pdf:
|
||||||
LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 $(MAKE) -C docs/en_US -f Makefile.sphinx latexpdf
|
LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 $(MAKE) -C docs/en_US -f Makefile.sphinx latexpdf
|
||||||
|
|
||||||
|
messages: msg-extract msg-update msg-compile
|
||||||
|
|
||||||
msg-compile:
|
msg-compile:
|
||||||
cd web && pybabel compile --statistics -d pgadmin/translations
|
cd web && pybabel compile --statistics -d pgadmin/translations
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user