6 lines
204 B
PHP
6 lines
204 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$institution_external_id_repositories = array (
|
|
'hu_ksh' => 'हंगेरियन केंद्रीय सांख्यिकी कार्यालय',
|
|
);
|