translation-value-sets/id/placetypes.php

16 lines
250 B
PHP
Raw Normal View History

2020-08-06 21:04:42 +02:00
<?PHP
2023-01-23 21:37:48 +00:00
declare(strict_types = 1);
array (
'tlPlacetypes' =>
array (
0 => 'Resmi',
1 => 'Sejarah',
2 => 'Wilayah',
3 => 'Jalan',
4 => 'Gedung',
5 => 'Gunung',
6 => 'Hutan',
7 => 'Badan air',
8 => 'Pulau',
),
)