Updates references locale

This commit is contained in:
Mouse Reeve
2021-10-23 07:11:38 -07:00
parent 1e6390a405
commit 353ccc1d7d
2 changed files with 16 additions and 36 deletions

5
bw-dev
View File

@ -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 $@