diff --git a/app/translations.gradle b/app/translations.gradle index 5edbe21c1..d94dc5e19 100644 --- a/app/translations.gradle +++ b/app/translations.gradle @@ -32,7 +32,7 @@ def autoResConfig() { task pullTranslations(type: Exec) { group 'Translate' description 'Pull translations, requires transifex client and api key.' - commandLine 'tx', 'pull', '-a', '--minimum-perc=80', '--force', '--parallel' + commandLine 'tx', 'pull', '-a', '--minimum-perc=79', '--force', '--parallel' } task replaceEllipsis {