diff --git a/Utils/update.sh b/Utils/update.sh
index d16b9ffe8b4c5296ac207719fb7eb6ea0e7fce55..84d9221b1d020148ceef351994901c2c64cb43e6 100755
--- a/Utils/update.sh
+++ b/Utils/update.sh
@@ -21,6 +21,6 @@ pip install --upgrade -r requirements.txt
 
 ./manage.py migrate
 ./manage.py collectstatic --noinput
-./manage.py compilemessages
+./manage.py compilemessages -l de_DE
 
 touch AKPlanning/wsgi.py