Updates references locale
This commit is contained in:
parent
1e6390a405
commit
353ccc1d7d
2 changed files with 16 additions and 36 deletions
5
bw-dev
5
bw-dev
|
@ -105,11 +105,8 @@ case "$CMD" in
|
|||
collectstatic)
|
||||
runweb python manage.py collectstatic --no-input
|
||||
;;
|
||||
add_locale)
|
||||
runweb django-admin makemessages --no-wrap --ignore=venv -l $@
|
||||
;;
|
||||
makemessages)
|
||||
runweb django-admin makemessages --no-wrap --ignore=venv --all $@
|
||||
runweb django-admin makemessages --no-wrap --ignore=venv -l en_US $@
|
||||
;;
|
||||
compilemessages)
|
||||
runweb django-admin compilemessages --ignore venv $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue