mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
feat(translations): enable Chinese Simplified on website
This commit is contained in:
parent
377b80b1fe
commit
88b29e036f
@ -172,12 +172,10 @@ const languages = [
|
|||||||
tag: 'vi',
|
tag: 'vi',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enabled: false,
|
enabled: true,
|
||||||
name: '中文',
|
name: '中文',
|
||||||
tag: 'zh-Hans',
|
tag: 'zh-CN',
|
||||||
},
|
|
||||||
{
|
|
||||||
enabled: false, name: '繁體中文', tag: 'zh-Hant'
|
|
||||||
},
|
},
|
||||||
|
{enabled: false, name: '繁體中文', tag: 'zh-TW'},
|
||||||
];
|
];
|
||||||
module.exports = languages;
|
module.exports = languages;
|
||||||
|
Loading…
Reference in New Issue
Block a user