10 lines
129 B
PHP
10 lines
129 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Names' => [
|
||
|
'en' => 'anglesi',
|
||
|
'ie' => 'Interlingue',
|
||
|
],
|
||
|
'LocalizedNames' => [],
|
||
|
];
|