Added translations: Cantonese (China) (yue_CN) and Chinese Traditional (zh-Hant).

Thanks to translators !
This commit is contained in:
Lauri Ojansivu 2023-06-17 20:58:21 +03:00
parent 94ff2d6a9e
commit dc2835d341
3 changed files with 2458 additions and 0 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -739,6 +739,12 @@ export default {
name: "ⵜⴰⵎⴰⵣⵉⵖⵜ ⵜⴰⵏⴰⵡⴰⵢⵜ",
load: () => import('./data/zgh.i18n.json'),
},
"yue_CN": {
code: "yue",
tag: "yue_CN",
name: "廣東話",
load: () => import('./data/yue_CN.i18n.json'),
},
"zh-CN": {
code: "zh",
tag: "zh-CN",
@ -757,6 +763,12 @@ export default {
name: "简化字",
load: () => import('./data/zh-Hans.i18n.json'),
},
"zh-Hant": {
code: "zh",
tag: "zh-Hant",
name: "正體字",
load: () => import('./data/zh-Hant.i18n.json'),
},
"zh-HK": {
code: "zh",
tag: "zh-HK",