translation-value-sets/ro/placetypes.php

14 lines
237 B
PHP
Raw Normal View History

2024-03-25 15:51:51 +01:00
<?PHP
declare(strict_types = 1);
$tlPlacetypes = array (
0 => 'Administrative',
1 => 'Historical',
2 => 'Region',
3 => 'Street',
4 => 'Building',
5 => 'Mountains',
6 => 'Forest',
7 => 'Body of water',
8 => 'Island',
);