1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

docs: enable Chinese Simplified translation

This commit is contained in:
Juan Picado @jotadeveloper 2018-01-09 18:02:30 +01:00
parent c9d1892d66
commit 965fff2f6c
No known key found for this signature in database
GPG Key ID: 18AC54485952D158

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