translation-value-sets/nl/placetypes.php

14 lines
238 B
PHP
Raw Permalink 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 => 'Administrative',
1 => 'Historical',
2 => 'Region',
3 => 'Street',
4 => 'Building',
5 => 'Mountains',
6 => 'Forrest',
7 => 'Body of water',
8 => 'Island',
);