Adds test german translations

with apologies to actual german speakers
This commit is contained in:
Mouse Reeve
2021-02-27 16:44:58 -08:00
parent 2d79a52133
commit 27316678d5
7 changed files with 155 additions and 115 deletions

5
bw-dev
View File

@ -91,7 +91,10 @@ case "$CMD" in
execweb python manage.py collectstatic --no-input
;;
makemessages)
django-admin makemessages --extension html --ignore=venv3 --local=$@
django-admin makemessages --ignore=venv3 -l $@
;;
compilemessages)
django-admin compilemessages --ignore venv3
;;
build)
docker-compose build