caisse-bliss/vendor/symfony/intl/Resources/data/currencies/es_CL.php

15 lines
224 B
PHP
Raw Normal View History

2023-06-19 12:13:30 +02:00
<?php
return [
'Names' => [
'CLP' => [
0 => '$',
1 => 'Peso chileno',
],
'USD' => [
0 => 'US$',
1 => 'dólar estadounidense',
],
],
];