mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
25 lines
341 B
PHP
25 lines
341 B
PHP
<?php
|
|
|
|
return[
|
|
"countries" => [
|
|
"title" =>"Ülkeler",
|
|
|
|
],
|
|
"cities" => [
|
|
"title" =>"Şehirler",
|
|
|
|
],
|
|
"districts" => [
|
|
"title" =>"İlçeler",
|
|
|
|
],
|
|
"neighborhoods" => [
|
|
"title" =>"Çevredekiler",
|
|
|
|
],
|
|
"village" => [
|
|
"title" =>"köy",
|
|
|
|
],
|
|
|
|
]; |