Approval.
This commit is contained in:
@ -1,10 +1,16 @@
|
||||
<?PHP
|
||||
$tlPlacetypes['0'] = 'Yönetim';
|
||||
$tlPlacetypes['1'] = 'Tarihi';
|
||||
$tlPlacetypes['2'] = 'Bölge';
|
||||
$tlPlacetypes['3'] = 'Sokak';
|
||||
$tlPlacetypes['4'] = 'Bina';
|
||||
$tlPlacetypes['5'] = 'Dağlar';
|
||||
$tlPlacetypes['6'] = 'Orman';
|
||||
$tlPlacetypes['7'] = 'Deniz/Göl';
|
||||
$tlPlacetypes['8'] = 'Ada';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'tlPlacetypes' =>
|
||||
array (
|
||||
0 => 'Yönetim',
|
||||
1 => 'Tarihi',
|
||||
2 => 'Bölge',
|
||||
3 => 'Sokak',
|
||||
4 => 'Bina',
|
||||
5 => 'Dağlar',
|
||||
6 => 'Orman',
|
||||
7 => 'Deniz/Göl',
|
||||
8 => 'Ada',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user