ci: Add workflow to sync Crowdin translations (#2953)
This commit is contained in:
parent
eebf72f476
commit
4df9b9d5b1
2 changed files with 47 additions and 0 deletions
8
crowdin.yml
Normal file
8
crowdin.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
project_id_env: "CROWDIN_PROJECT_ID"
|
||||
api_token_env: "CROWDIN_PERSONAL_TOKEN"
|
||||
|
||||
preserve_hierarchy: false
|
||||
files:
|
||||
- source: src/main/resources/addresources/values/strings.xml
|
||||
translation: src/main/resources/addresources/values-%android_code%/strings.xml
|
||||
skip_untranslated_strings: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue