From 4b3c43c676fe190e72cf3cd88a7a263fec4abb63 Mon Sep 17 00:00:00 2001 From: Sevdin Filiz Date: Sat, 11 Feb 2017 16:14:04 +0200 Subject: [PATCH] Update modules/system/lang/en/lang.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For Turkish language we use "Türkçe", not "Türk". "Türk" is a person (adjective), "Türkçe" is a language name. Example: - We speak Türkçe. - I am a Türk. --- modules/system/lang/en/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php index de7814716..fa12cc862 100644 --- a/modules/system/lang/en/lang.php +++ b/modules/system/lang/en/lang.php @@ -34,7 +34,7 @@ return [ 'ru' => 'Русский', 'sv' => 'Svenska', 'sk' => 'Slovenský', - 'tr' => 'Türk', + 'tr' => 'Türkçe', 'zh-cn' => '简体中文', 'zh-tw' => '繁體中文' ],