Approval.

This commit is contained in:
2023-01-23 21:37:48 +00:00
committed by md translation bot
parent 08aa8753aa
commit 6922772f3e
860 changed files with 11842 additions and 6622 deletions

View File

@ -1,10 +1,16 @@
<?PHP
$tlPlacetypes['0'] = 'amministrativo';
$tlPlacetypes['1'] = 'storico ';
$tlPlacetypes['2'] = 'regione';
$tlPlacetypes['3'] = 'strada';
$tlPlacetypes['4'] = 'edificio';
$tlPlacetypes['5'] = 'montagna';
$tlPlacetypes['6'] = 'bosco';
$tlPlacetypes['7'] = 'acque';
$tlPlacetypes['8'] = 'isola';
declare(strict_types = 1);
array (
'tlPlacetypes' =>
array (
0 => 'amministrativo',
1 => 'storico ',
2 => 'regione',
3 => 'strada',
4 => 'edificio',
5 => 'montagna',
6 => 'bosco',
7 => 'acque',
8 => 'isola',
),
)