mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +01:00
Add usage instructions for make translations-init (#2373)
* Add usage instructions for make translations-init
This commit is contained in:
1
Makefile
1
Makefile
@@ -32,6 +32,7 @@ shell:
|
|||||||
python manage.py shell
|
python manage.py shell
|
||||||
|
|
||||||
translations-init:
|
translations-init:
|
||||||
|
# make translations-init lang=af
|
||||||
pybabel init -i messages.pot -d CTFd/translations -l $(lang)
|
pybabel init -i messages.pot -d CTFd/translations -l $(lang)
|
||||||
|
|
||||||
translations-extract:
|
translations-extract:
|
||||||
|
|||||||
Reference in New Issue
Block a user