From 6f94c8f08cc39a8877895844a6bd7e7527ee7aca Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Wed, 17 May 2023 17:50:56 +0200 Subject: [PATCH] Use -l --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8ecf2e1..dcff8f3 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/bash python manage.py migrate python manage.py getlocales -python manage.py makemessages -all +python manage.py makemessages -l en -l de python manage.py compilemessages -f python manage.py getplzindex