Skip to content

Commit

Permalink
feat(translations): enable Chinese Simplified on website
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Aug 9, 2018
1 parent 377b80b commit 88b29e0
Show file tree
Hide file tree
Showing 33 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions website/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,10 @@ const languages = [
tag: 'vi',
},
{
enabled: false,
enabled: true,
name: 'δΈ­ζ–‡',
tag: 'zh-Hans',
},
{
enabled: false, name: '繁體中文', tag: 'zh-Hant'
tag: 'zh-CN',
},
{enabled: false, name: '繁體中文', tag: 'zh-TW'},
];
module.exports = languages;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 88b29e0

Please sign in to comment.