mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
New translations section.php (Turkish)
This commit is contained in:
parent
47e3c3fa4c
commit
aed478ee1a
@ -1,25 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return[
|
return [
|
||||||
"countries" => [
|
'countries' => [
|
||||||
"title" =>"Ülke",
|
'title' => 'Ülke',
|
||||||
|
],
|
||||||
],
|
'cities' => [
|
||||||
"cities" => [
|
'title' => 'İl',
|
||||||
"title" =>"İl",
|
],
|
||||||
|
'districts' => [
|
||||||
],
|
'title' => 'İlçer',
|
||||||
"districts" => [
|
],
|
||||||
"title" =>"İlçer",
|
'neighborhoods' => [
|
||||||
|
'title' => 'Mahalle',
|
||||||
],
|
],
|
||||||
"neighborhoods" => [
|
'village' => [
|
||||||
"title" =>"Mahalle",
|
'title' => 'Köy',
|
||||||
|
],
|
||||||
],
|
];
|
||||||
"village" => [
|
|
||||||
"title" =>"Köy",
|
|
||||||
|
|
||||||
],
|
|
||||||
|
|
||||||
];
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user