Added Traditional Chinese to language swithcer
This commit is contained in:
parent
34d8893f1c
commit
9bfc3c275c
2 changed files with 4 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue