Update modules/system/lang/en/lang.php

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.
This commit is contained in:
Sevdin Filiz 2017-02-11 16:14:04 +02:00 committed by GitHub
parent 8d1ecb01b8
commit 4b3c43c676
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ return [
'ru' => 'Русский', 'ru' => 'Русский',
'sv' => 'Svenska', 'sv' => 'Svenska',
'sk' => 'Slovenský', 'sk' => 'Slovenský',
'tr' => 'Türk', 'tr' => 'Türkçe',
'zh-cn' => '简体中文', 'zh-cn' => '简体中文',
'zh-tw' => '繁體中文' 'zh-tw' => '繁體中文'
], ],