forked from hushenghao/AndroidEasterEggs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrowdin.yml
30 lines (28 loc) · 824 Bytes
/
crowdin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
"project_id_env": "CROWDIN_PROJECT_ID"
api_token_env: "CROWDIN_PERSONAL_TOKEN"
files:
- source: "/app/src/main/res/values/strings.xml"
translation: "/app/src/main/res/values-%android_code%/strings.xml"
update_option: update_as_unapproved
skip_untranslated_files: true
languages_mapping:
android_code:
zh-rCN: "zh"
ru-rRU: "ru"
it-rIT: "it"
es-rES: "es"
fr-rFR: "fr"
pt-rPT: "pt"
de-rDE: "de"
- source: "/app/src/main/res/values/languages.xml"
translation: "/app/src/main/res/values-%android_code%/languages.xml"
skip_untranslated_files: true
languages_mapping:
android_code:
zh-rCN: "zh"
ru-rRU: "ru"
it-rIT: "it"
es-rES: "es"
fr-rFR: "fr"
pt-rPT: "pt"
de-rDE: "de"