mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-07 11:39:18 +02:00
11 lines
132 B
PHP
11 lines
132 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'BZD' => [
|
|
0 => '$',
|
|
1 => 'dólar beliceño',
|
|
],
|
|
],
|
|
];
|