From 0107e8e6ebe6a5c2bd3d7817bb52bf667bd10e49 Mon Sep 17 00:00:00 2001 From: Cody Henthorne Date: Tue, 17 May 2022 13:41:05 -0400 Subject: [PATCH] Reduce minimum translation requirement. --- app/translations.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/translations.gradle b/app/translations.gradle index 5edbe21c1f..d94dc5e197 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 {