Skip to content

Commit b7ec9e2

Browse files
committed
chore: fix language mapping
1 parent 6502f55 commit b7ec9e2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

crowdin.yml

+23
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,26 @@ files:
33
translation: /fastlane/metadata/android/%locale%/%original_file_name%
44
- source: /app/src/main/res/values/strings.xml
55
translation: /app/src/main/res/values-%android_code%/%original_file_name%
6+
languages_mapping:
7+
android_code:
8+
ar: ar
9+
de: de
10+
es-ES: es
11+
fr: fr
12+
he: iw
13+
hi: hi
14+
hr: hr
15+
id: in
16+
it: it
17+
ja: ja
18+
nl: nl
19+
pl: pl
20+
pt-BR: pt-rBR
21+
pt-PT: pt-rPT
22+
ru: ru
23+
sv-SE: sv
24+
tr: tr
25+
uk: uk
26+
vi: vi
27+
zh-CN: zh-rCN
28+
zh-TW: zh-rTW

0 commit comments

Comments
 (0)