10 lines
101 B
PHP
10 lines
101 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'ff' => 'Fulah',
|
|
],
|
|
'LocalizedNames' => [
|
|
],
|
|
];
|