-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathcrowdin.yml
More file actions
37 lines (33 loc) · 1.02 KB
/
crowdin.yml
File metadata and controls
37 lines (33 loc) · 1.02 KB
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
31
32
33
34
35
36
37
project_id_env: "CROWDIN_PROJECT_ID"
api_token_env: "CROWDIN_PERSONAL_TOKEN"
preserve_hierarchy: true
# This section resolves the "Wrong export pattern" error by giving each language a unique folder name
languages_mapping:
android_code:
ar: ar-rSA
es-ES: es-rES
es: es-rES
fr: fr-rFR
hi: hi-rIN
id: in-rID
it: it-rIT
ja: ja-rJP
ko: ko-rKR
pl: pl-rPL
pt-BR: pt-rBR
ru: ru-rRU
tr: tr-rTR
uk: uk-rUA
vi: vi-rVN
zh-CN: zh-rCN
zh-HK: zh-rHK
zh-TW: zh-rTW
files:
- source: patches/src/main/resources/addresources/values/shared/strings.xml
translation: patches/src/main/resources/addresources/values-%android_code%/shared/strings.xml
dest: '/Patches/Shared.xml'
skip_untranslated_strings: true
- source: patches/src/main/resources/addresources/values/twitter/strings.xml
translation: patches/src/main/resources/addresources/values-%android_code%/twitter/strings.xml
dest: '/Patches/Twitter.xml'
skip_untranslated_strings: true