mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
Fix language.php small mistakes of chinese-simplified.
This commit is contained in:
parent
22f72245b0
commit
04516e725c
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user