mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 20:28:33 +00:00
Add qa to translate task.
This commit is contained in:
parent
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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user