9 lines
111 B
PHP
9 lines
111 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'da' => 'الدنماركية',
|
|
],
|
|
'LocalizedNames' => [],
|
|
];
|