aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/messages.js
diff options
context:
space:
mode:
authorKana <gudzpoz@live.com>2021-01-01 02:53:16 +0000
committerKana <gudzpoz@live.com>2021-01-01 02:53:16 +0000
commit9bfc3c275c6ff5c2ec001acd06d7d5fe8723f50d (patch)
tree8167e75cc13761cb161cf91a18a034edb58f2a44 /src/i18n/messages.js
parent34d8893f1cfa6eaea0ef8d77dd0c52f8cdccf0cc (diff)
Added Traditional Chinese to language swithcer
Diffstat (limited to 'src/i18n/messages.js')
-rw-r--r--src/i18n/messages.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index 2624d1d0..2a1161be 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -34,7 +34,8 @@ const loaders = {
ru: () => import('./ru.json'),
te: () => import('./te.json'),
uk: () => import('./uk.json'),
- zh: () => import('./zh.json')
+ zh: () => import('./zh.json'),
+ zh_Hant: () => import('./zh_Hant.json')
}
const messages = {