Approval.

This commit is contained in:
2020-08-07 09:39:40 +02:00
committed by Stefan Rohde-Enslin
parent 55c4123e33
commit 43d56254ab
25 changed files with 161 additions and 0 deletions

10
zh/placetypes.php Normal file
View File

@ -0,0 +1,10 @@
<?PHP
$tlPlacetypes['0'] = 'Administrative';
$tlPlacetypes['1'] = 'Historical';
$tlPlacetypes['2'] = 'Region';
$tlPlacetypes['3'] = 'Street';
$tlPlacetypes['4'] = 'Building';
$tlPlacetypes['5'] = 'Mountains';
$tlPlacetypes['6'] = 'Forest';
$tlPlacetypes['7'] = 'Body of water';
$tlPlacetypes['8'] = 'Island';