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
226 B
PHP

<?php
return [
'Names' => [
'ARS' => [
0 => '$',
1 => 'peso argentino',
],
'USD' => [
0 => 'US$',
1 => 'dólar estadounidense',
],
],
];