Skip to content

Commit 033c95e

Browse files
authored
feat: ✨ 新增繁體中文 (#171)
1 parent 99fff02 commit 033c95e

File tree

7 files changed

+507
-10
lines changed

7 files changed

+507
-10
lines changed

web/public/locale/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
},
111111
"language": {
112112
"label": "Language",
113-
"zh": "中文",
113+
"zh_hans": "Chinese (Simplified)",
114+
"zh_hant": "Chinese (Traditional)",
114115
"en": "English"
115116
},
116117
"proxyUrl": {
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
},
111111
"language": {
112112
"label": "语言",
113-
"zh": "中文",
113+
"zh_hans": "简体中文",
114+
"zh_hant": "繁体中文",
114115
"en": "English"
115116
},
116117
"proxyUrl": {

0 commit comments

Comments
 (0)