mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
feat(translations): enable Chinese Simplified on website
This commit is contained in:
parent
377b80b1fe
commit
88b29e036f
33 changed files with 3 additions and 5 deletions
|
@ -172,12 +172,10 @@ const languages = [
|
|||
tag: 'vi',
|
||||
},
|
||||
{
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
name: '中文',
|
||||
tag: 'zh-Hans',
|
||||
},
|
||||
{
|
||||
enabled: false, name: '繁體中文', tag: 'zh-Hant'
|
||||
tag: 'zh-CN',
|
||||
},
|
||||
{enabled: false, name: '繁體中文', tag: 'zh-TW'},
|
||||
];
|
||||
module.exports = languages;
|
||||
|
|
Loading…
Reference in a new issue