10 lines
128 B
PHP
10 lines
128 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Names' => [
|
||
|
'en' => 'Yinghyij',
|
||
|
'za' => 'Vahcuengh',
|
||
|
],
|
||
|
'LocalizedNames' => [],
|
||
|
];
|