mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUG: Fix incorrect common_languages config
This commit is contained in:
parent
6874e44179
commit
c329f07023
@ -704,7 +704,8 @@ class i18n extends Object implements TemplateGlobalProvider {
|
||||
'native' => 'Hrvatski'
|
||||
),
|
||||
'zh' => array(
|
||||
'name' => 'Chinese','中国的'
|
||||
'name' => 'Chinese',
|
||||
'native' => '中国的'
|
||||
),
|
||||
'cs' => array(
|
||||
'name' => 'Czech',
|
||||
|
Loading…
Reference in New Issue
Block a user