Skip to content

Commit ba27032

Browse files
committed
feat(i18n): add Chinese Traditional translation support
Signed-off-by: Christian <mardous.contact@gmail.com>
1 parent 7b51f20 commit ba27032

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/src/main/assets/translators.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"contrib_name": "Chinese Simplified",
88
"contrib_description": "[Rongxuan](https://crowdin.com/profile/rongxuan2333), [LuDreamst](https://crowdin.com/profile/ludreamst), [Remelens](https://crowdin.com/profile/remelens), [Evan Ruan](https://crowdin.com/profile/borcolasky), [wangyi](https://crowdin.com/profile/wangyi2839792050), Ranpo Doyle"
99
},
10+
{
11+
"contrib_name": "Chinese Traditional",
12+
"contrib_description": "[Oliver Tzeng](https://github.com/olivertzeng)"
13+
},
1014
{
1115
"contrib_name": "Dutch",
1216
"contrib_description": "[Myrdincx](https://crowdin.com/profile/myrdincx)"

app/src/main/res/values/arrays.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177
<item>Belarusian</item>
178178
<item>Catalan</item>
179179
<item>Chinese Simplified</item>
180+
<item>Chinese Traditional</item>
180181
<item>Croatian</item>
181182
<item>Czech</item>
182183
<item>Danish</item>
@@ -214,6 +215,7 @@
214215
<item>be</item>
215216
<item>ca</item>
216217
<item>zh-CN</item>
218+
<item>zh-TW</item>
217219
<item>hr</item>
218220
<item>cs</item>
219221
<item>da</item>

0 commit comments

Comments
 (0)