FestinHegre/vendor/symfony/intl/Resources/data/currencies/wo.php
2024-09-26 17:26:04 +02:00

43 lines
762 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'Names' => [
'BRL' => [
'R$',
'Real bu Bresil',
],
'CNY' => [
'CN¥',
'Yuan bu Siin',
],
'EUR' => [
'€',
'Euro',
],
'GBP' => [
'£',
'Pound bu Grànd Brëtaañ',
],
'INR' => [
'₹',
'Rupee bu End',
],
'JPY' => [
'JP¥',
'Yen bu Sapoŋ',
],
'RUB' => [
'RUB',
'Ruble bi Rsis',
],
'USD' => [
'$',
'Dolaaru US',
],
'XOF' => [
'FCFA',
'Franc CFA bu Afrik Sowwu-jant',
],
],
];