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
1 changed files with 3 additions and 1 deletions

View File

@ -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;