Fix language.php small mistakes of chinese-simplified.

This commit is contained in:
YangJun 2017-02-06 06:26:52 +08:00
parent 22f72245b0
commit 04516e725c

View File

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