0
Fork 0
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:
Juan Picado @jotadeveloper 2018-01-09 18:16:20 +01:00
parent 965fff2f6c
commit ccba5e9a4c
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -172,12 +172,12 @@ const languages = [
tag: 'vi',
},
{
enabled: false,
enabled: true,
name: '中文',
tag: 'zh-Hans',
},
{
enabled: true, name: '繁體中文', tag: 'zh-Hant'
enabled: false, name: '繁體中文', tag: 'zh-Hant'
},
];
module.exports = languages;