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

95 lines
1.5 KiB
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' => [
'AUD' => [
'A$',
'AUD',
],
'BRL' => [
'R$',
'BRL',
],
'CAD' => [
'CA$',
'CAD',
],
'CNY' => [
'CN¥',
'CNY',
],
'EUR' => [
'€',
'EUR',
],
'GBP' => [
'£',
'GBP',
],
'HKD' => [
'HK$',
'HKD',
],
'ILS' => [
'₪',
'ILS',
],
'INR' => [
'₹',
'INR',
],
'JPY' => [
'JP¥',
'JPY',
],
'KRW' => [
'₩',
'KRW',
],
'MXN' => [
'MX$',
'MXN',
],
'NZD' => [
'NZ$',
'NZD',
],
'PHP' => [
'₱',
'PHP',
],
'TWD' => [
'NT$',
'TWD',
],
'USD' => [
'US$',
'USD',
],
'VND' => [
'₫',
'VND',
],
'XAF' => [
'FCFA',
'XAF',
],
'XCD' => [
'EC$',
'XCD',
],
'XCG' => [
'Cg.',
'XCG',
],
'XOF' => [
'FCFA',
'XOF',
],
'XPF' => [
'CFPF',
'XPF',
],
],
];