Prepare crowdin cli for multiple lang codes

This commit is contained in:
M M Arif 2024-03-12 14:28:56 +05:00
parent 6149ab57e7
commit b557ddf942
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ steps:
branch: main
push:
image: crowdin/cli:3.7.8
image: crowdin/cli:3.16.0
commands:
- crowdin push
when:
@ -19,7 +19,7 @@ steps:
path: [ app/src/main/res/values/strings.xml, fastlane/metadata/android/en-US/*.txt, fastlane/metadata/android/en-US/changelogs/*.txt ]
pull:
image: crowdin/cli:3.7.8
image: crowdin/cli:3.16.0
# we do not need to update the config file again since it persists
commands:
- crowdin pull

View File

@ -5,7 +5,7 @@ preserve_hierarchy: false
files: [
{
"source": "app/src/main/res/values/strings.xml",
"translation": "app/src/main/res/values-%two_letters_code%/strings.xml",
"translation": "app/src/main/res/values-%android_code%/strings.xml",
},
{
"source": "fastlane/metadata/android/en-US/short_description.txt",