mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 13:39:24 +00:00
Reduce minimum translation requirement.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user