mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
change Chinese language name to 中文
The direct translation of 中国的 (current value) would be "Chinese", but it means this in purely a possessive aspect - something or someone that is from China. 中文, on the other hand means Chinese (Mandarin) language.
This commit is contained in:
parent
4b4aa4e91c
commit
7ae0863f73
@ -732,7 +732,7 @@ class i18n extends Object implements TemplateGlobalProvider, Flushable {
|
||||
),
|
||||
'zh' => array(
|
||||
'name' => 'Chinese',
|
||||
'native' => '中国的'
|
||||
'native' => '中文'
|
||||
),
|
||||
'cs' => array(
|
||||
'name' => 'Czech',
|
||||
|
Loading…
x
Reference in New Issue
Block a user