kopia lustrzana https://github.com/ryukoposting/Signal-Android
Add qa to translate task.
rodzic
4c04991b70
commit
38c74c81a6
|
@ -101,8 +101,15 @@ task excludeNonTranslatables {
|
||||||
mustRunAfter cleanApostropheErrors
|
mustRunAfter cleanApostropheErrors
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task postTranslateQa {
|
||||||
|
group 'Translate'
|
||||||
|
description 'Runs QA to check validity of updated strings, and ensure presence of any new languages in internal lists.'
|
||||||
|
dependsOn ':qa'
|
||||||
|
mustRunAfter excludeNonTranslatables
|
||||||
|
}
|
||||||
|
|
||||||
task translate {
|
task translate {
|
||||||
group 'Translate'
|
group 'Translate'
|
||||||
description 'Pull translations and post-process for ellipsis, apostrophes and non-translatables.'
|
description 'Pull translations and post-process for ellipsis, apostrophes and non-translatables.'
|
||||||
dependsOn pullTranslations, replaceEllipsis, cleanApostropheErrors, excludeNonTranslatables
|
dependsOn pullTranslations, replaceEllipsis, cleanApostropheErrors, excludeNonTranslatables, postTranslateQa
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue