translation-value-sets/tr/placetypes.php

14 lines
213 B
PHP
Raw Normal View History

2020-08-06 21:04:42 +02:00
<?PHP
2023-01-23 22:37:48 +01:00
declare(strict_types = 1);
2023-01-23 22:41:01 +01:00
$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',
);