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

19 lines
326 B
PHP
Raw Normal View History

2023-06-19 12:13:30 +02:00
<?php
return [
'Names' => [
'USD' => [
0 => 'US$',
1 => 'dólar estadounidense',
],
'UYU' => [
0 => '$',
1 => 'peso uruguayo',
],
'UYW' => [
0 => 'UP',
1 => 'unidad previsional uruguayo',
],
],
];