mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #5825 from xini/patch-1
change Chinese language name to 中文
This commit is contained in:
commit
ce280071d7
@ -732,7 +732,7 @@ class i18n extends Object implements TemplateGlobalProvider, Flushable {
|
|||||||
),
|
),
|
||||||
'zh' => array(
|
'zh' => array(
|
||||||
'name' => 'Chinese',
|
'name' => 'Chinese',
|
||||||
'native' => '中国的'
|
'native' => '中文'
|
||||||
),
|
),
|
||||||
'cs' => array(
|
'cs' => array(
|
||||||
'name' => 'Czech',
|
'name' => 'Czech',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user