Approval.

This commit is contained in:
2025-07-11 06:37:45 +00:00
committed by md translation bot
parent bd508e24ff
commit 0be5ccf2d4
64 changed files with 639 additions and 639 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 => 'द्वीप',
);