mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Added translations: Cantonese (China) (yue_CN) and Chinese Traditional (zh-Hant).
Thanks to translators !
This commit is contained in:
parent
94ff2d6a9e
commit
dc2835d341
3 changed files with 2458 additions and 0 deletions
1223
imports/i18n/data/yue_CN.i18n.json
Normal file
1223
imports/i18n/data/yue_CN.i18n.json
Normal file
File diff suppressed because it is too large
Load diff
1223
imports/i18n/data/zh-Hant.i18n.json
Normal file
1223
imports/i18n/data/zh-Hant.i18n.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue