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:
Florian Thoma 2016-07-19 12:07:25 +10:00 committed by GitHub
parent 4b4aa4e91c
commit 7ae0863f73

View File

@ -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',