mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
docs: enable Chinese Simplified translation
This commit is contained in:
parent
965fff2f6c
commit
ccba5e9a4c
1 changed files with 2 additions and 2 deletions
|
@ -172,12 +172,12 @@ const languages = [
|
||||||
tag: 'vi',
|
tag: 'vi',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enabled: false,
|
enabled: true,
|
||||||
name: '中文',
|
name: '中文',
|
||||||
tag: 'zh-Hans',
|
tag: 'zh-Hans',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enabled: true, name: '繁體中文', tag: 'zh-Hant'
|
enabled: false, name: '繁體中文', tag: 'zh-Hant'
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
module.exports = languages;
|
module.exports = languages;
|
||||||
|
|
Loading…
Reference in a new issue