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:
parent
8d1ecb01b8
commit
4b3c43c676
|
|
@ -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' => '繁體中文'
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue