mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 19:17:48 +01:00
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)
This commit is contained in:
parent
eb78c9e235
commit
23af4e4251
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user