mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-07 11:39:18 +02:00
12 lines
169 B
PHP
12 lines
169 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'bla' => 'Siksika',
|
|
'mus' => 'Creek',
|
|
],
|
|
'LocalizedNames' => [
|
|
'nds_NL' => 'West Low German',
|
|
],
|
|
];
|