From: Emilie Date: Thu, 19 Oct 2017 16:10:45 +0000 (+0200) Subject: [Translations] : update makemessages options X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=978da1575132f6fae6bb9c51b774f2e5d1e80195;p=docker-django-scripts.git [Translations] : update makemessages options --- diff --git a/translations/messages.sh b/translations/messages.sh index aeb2a36..619b4b7 100755 --- a/translations/messages.sh +++ b/translations/messages.sh @@ -4,7 +4,6 @@ cd /srv find $(pwd) -type d -name 'locale' -print | while read f; do cd "$f" && cd .. echo $(pwd) - django-admin makemessages -l fr - django-admin makemessages -l en + django-admin makemessages --all django-admin compilemessages done