Merge pull request #405 from yangjun1994/master

Fix language.php small mistakes of chinese-simplified.
This commit is contained in:
Claude 2017-02-05 23:40:32 +01:00 committed by GitHub
commit a016780a6c

View File

@ -95,10 +95,10 @@ $config['supported_languages'] = array(
'ckeditor' => NULL
),
'cn' => array(
'name' => '繁體中文',
'name' => '简体中文',
'folder' => 'chinese-simplified',
'direction' => 'ltr',
'codes' => array('cht', 'chinese-simplified', 'zh-CN'),
'codes' => array('chs', 'chinese-simplified', 'zh-CN'),
'ckeditor' => NULL
),
'zh' => array(