mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #3255 from tractorcow/pulls/3.1/fix-i8n-locale
BUG: Fix incorrect common_languages config
This commit is contained in:
commit
e1da0867d0
@ -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