From 23af4e425192b53bbc50ec0ad04fbe89b45b170d Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 9 Mar 2016 11:19:07 +0000 Subject: [PATCH] Remove 30% coverage threshold from fetch-translations It wasn't an effective rule for weeding out inactive translations - a 20% coverage of wagtailadmin is better than 100% coverage of wagtailsites. (minimum-perc=1 is required because otherwise it'll pull in languages with no coverage at all, which includes a lot of junk) --- scripts/fetch-translations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fetch-translations.sh b/scripts/fetch-translations.sh index cb3691597..09a33ddf1 100755 --- a/scripts/fetch-translations.sh +++ b/scripts/fetch-translations.sh @@ -2,7 +2,7 @@ find ../wagtail -iname *.po ! -iwholename */en/* -delete # Fetch new translations from transifex -tx pull -a --minimum-perc=30 +tx pull -a --minimum-perc=1 # Clean the PO files using msgattrib # This removes the following: