From 6312401e5820ee69cbc7eacf7edec2bdc97e17e7 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 22 Mar 2021 18:01:38 -0700 Subject: [PATCH] i18n: Tweak makemessages for Django 3.1 parameters. Apparently the default for how this works changed in the Django 2.1 to 3.1 upgrade. --- tools/i18n/sync-translations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/i18n/sync-translations b/tools/i18n/sync-translations index 7b5b2529f4..2f96c2fdf7 100755 --- a/tools/i18n/sync-translations +++ b/tools/i18n/sync-translations @@ -6,7 +6,7 @@ set -e set -x -./manage.py makemessages +./manage.py makemessages --all tx pull -a -f --mode=onlytranslated --minimum-perc=5 ./manage.py compilemessages ./tools/i18n/process-mobile-i18n