mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fixed i18n.common_locales definitions
This commit is contained in:
parent
93578c8d22
commit
469eaee4c1
@ -718,7 +718,8 @@ class i18n extends Object implements TemplateGlobalProvider {
|
||||
'native' => 'dansk'
|
||||
),
|
||||
'nl' => array(
|
||||
'name' => 'Dutch', 'Nederlands'
|
||||
'name' => 'Dutch',
|
||||
'native' => 'Nederlands'
|
||||
),
|
||||
'en' => array(
|
||||
'name' => 'English',
|
||||
@ -1023,7 +1024,7 @@ class i18n extends Object implements TemplateGlobalProvider {
|
||||
),
|
||||
'be_BY' => array(
|
||||
'name' => 'Belarusian',
|
||||
'Беларуская мова'
|
||||
'native' => 'Беларуская мова'
|
||||
),
|
||||
'bn_BD' => array(
|
||||
'name' => 'Bengali',
|
||||
@ -1038,7 +1039,8 @@ class i18n extends Object implements TemplateGlobalProvider {
|
||||
'native' => 'català'
|
||||
),
|
||||
'zh_CN' => array(
|
||||
'name' => 'Chinese','中国的'
|
||||
'name' => 'Chinese',
|
||||
'native' => '中国的'
|
||||
),
|
||||
'zh_yue' => array(
|
||||
'name' => 'Chinese (Cantonese)',
|
||||
|
Loading…
x
Reference in New Issue
Block a user