mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
docs: enable Chinese Simplified translation
This commit is contained in:
parent
c9d1892d66
commit
965fff2f6c
1 changed files with 3 additions and 1 deletions
|
@ -176,6 +176,8 @@ const languages = [
|
|||
name: '中文',
|
||||
tag: 'zh-Hans',
|
||||
},
|
||||
{enabled: false, name: '繁體中文', tag: 'zh-Hant'},
|
||||
{
|
||||
enabled: true, name: '繁體中文', tag: 'zh-Hant'
|
||||
},
|
||||
];
|
||||
module.exports = languages;
|
||||
|
|
Loading…
Add table
Reference in a new issue