Adds test german translations
with apologies to actual german speakers
This commit is contained in:
5
bw-dev
5
bw-dev
@ -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
|
||||
|
Reference in New Issue
Block a user