Corrects variable name in locales

This commit is contained in:
Mouse Reeve
2021-06-06 13:58:41 -07:00
parent ba3ce62697
commit 7c2dc81501
9 changed files with 86 additions and 81 deletions

2
bw-dev
View File

@ -90,7 +90,7 @@ case "$CMD" in
runweb python manage.py collectstatic --no-input
;;
makemessages)
runweb django-admin makemessages --no-wrap --ignore=venv $@
runweb django-admin makemessages --no-wrap --ignore=venv --all $@
;;
compilemessages)
runweb django-admin compilemessages --ignore venv $@