Approval.
This commit is contained in:
@ -1,2 +1,13 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$tlPlacetypes = array (
|
||||
0 => 'Resmi',
|
||||
1 => 'Sejarah',
|
||||
2 => 'Wilayah',
|
||||
3 => 'Jalan',
|
||||
4 => 'Gedung',
|
||||
5 => 'Gunung',
|
||||
6 => 'Hutan',
|
||||
7 => 'Badan air',
|
||||
8 => 'Pulau',
|
||||
);
|
||||
|
Reference in New Issue
Block a user