mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
11 lines
127 B
PHP
11 lines
127 B
PHP
<?php
|
|
|
|
return [
|
|
'location' => [
|
|
'name' => 'Lokasyon'
|
|
],
|
|
'village' => [
|
|
'name' => 'Köy',
|
|
],
|
|
];
|