From 7ae0863f739db30242b5251b24df767a0dc0c80c Mon Sep 17 00:00:00 2001 From: Florian Thoma Date: Tue, 19 Jul 2016 12:07:25 +1000 Subject: [PATCH] =?UTF-8?q?change=20Chinese=20language=20name=20to=20?= =?UTF-8?q?=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- i18n/i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/i18n.php b/i18n/i18n.php index f1e2b39c8..0abc29119 100644 --- a/i18n/i18n.php +++ b/i18n/i18n.php @@ -732,7 +732,7 @@ class i18n extends Object implements TemplateGlobalProvider, Flushable { ), 'zh' => array( 'name' => 'Chinese', - 'native' => '中国的' + 'native' => '中文' ), 'cs' => array( 'name' => 'Czech',