Approval.

This commit is contained in:
2025-06-17 09:45:22 +00:00
committed by md translation bot
parent a7e3056f09
commit 1bb2710cad
62 changed files with 633 additions and 633 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',
8 => 'Island',
0 => 'நிர்வாக',
1 => 'வரலாற்று',
2 => 'பகுதி',
3 => 'தெரு',
4 => 'கட்டிடம்',
5 => 'மலைகள்',
6 => 'காடு',
7 => 'நீர் உடல்',
8 => 'தீவு',
);