Approval.

This commit is contained in:
2025-10-09 09:24:33 +00:00
committed by md translation bot
parent 55f334dd18
commit 4fbf5b51c4
7 changed files with 65 additions and 65 deletions

View File

@@ -1,13 +1,13 @@
<?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',
0 => 'Správní',
1 => 'Historic',
2 => 'oblast',
3 => 'Ulice',
4 => 'Budova',
5 => 'Hory',
6 => 'Les',
7 => 'Vodní plocha',
8 => 'Island',
);