This repository has been archived on 2026-04-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

15 lines
212 B
PHP

<?php
return [
'Names' => [
'BOB' => [
0 => 'Bs',
1 => 'Boliviano',
],
'PEN' => [
0 => 'PEN',
1 => 'Sol Peruano',
],
],
];