Skip to content

Commit da51733

Browse files
GuniveMarkusBordihn
authored andcommitted
Added Chinese Translation i18n mapping (#199)
1 parent 271ca6c commit da51733

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/utils/i18n/i18n_mapping.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ cwc.utils.I18nMapping.englishName = {
3232
'kor': 'Korean',
3333
'swe': 'Swedish',
3434
'vie': 'Vietnamese',
35+
'zho': 'Chinese',
3536
};
3637

3738

@@ -47,6 +48,7 @@ cwc.utils.I18nMapping.nativeName = {
4748
'kor': '한국어',
4849
'swe': 'Svenska',
4950
'vie': 'Tiếng Việt',
51+
'zho': '中文',
5052
};
5153

5254

@@ -62,6 +64,7 @@ cwc.utils.I18nMapping.ISO639_3 = {
6264
'kor': 'ko',
6365
'swe': 'sv',
6466
'vie': 'vi',
67+
'zho': 'zh',
6568
};
6669

6770

@@ -81,4 +84,5 @@ cwc.utils.I18nMapping.BCP47 = {
8184
'sv-SE': 'swe',
8285
'vi': 'vie',
8386
'vi-VN': 'vie',
87+
'zh-CN': 'zho',
8488
};

0 commit comments

Comments
 (0)