Issue #498: Increase completion threshold for pulling language files from 10% to 20%. Old translations now get deleted before fresh copies get downloaded, so deleted languages should really get removed from the compiled application.

This commit is contained in:
Ansgar Becker
2019-07-10 20:24:16 +02:00
parent aa2ee9fd8f
commit 4128926ce9

View File

@@ -6,4 +6,4 @@ file_filter = out/locale/<lang>/LC_MESSAGES/default.po
source_file = out/locale/en/LC_MESSAGES/default.po
source_lang = en
type = PO
minimum_perc = 10
minimum_perc = 20