mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-07 03:29:19 +02:00
16 lines
345 B
PHP
16 lines
345 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'bn' => 'Bengali',
|
|
'mfe' => 'Mauritian Creole',
|
|
],
|
|
'LocalizedNames' => [
|
|
'ar_001' => 'Arabic (Modern Standard)',
|
|
'nds_NL' => 'West Low German',
|
|
'ro_MD' => 'Moldovan',
|
|
'zh_Hans' => 'simplified Chinese',
|
|
'zh_Hant' => 'traditional Chinese',
|
|
],
|
|
];
|