update du projet, xml collection enlevé et méthode fait maison ajouter
This commit is contained in:
42
vendor/symfony/intl/Resources/data/currencies/om.php
vendored
Normal file
42
vendor/symfony/intl/Resources/data/currencies/om.php
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Names' => [
|
||||
'BRL' => [
|
||||
0 => 'R$',
|
||||
1 => 'Brazilian Real',
|
||||
],
|
||||
'CNY' => [
|
||||
0 => 'CN¥',
|
||||
1 => 'Chinese Yuan Renminbi',
|
||||
],
|
||||
'ETB' => [
|
||||
0 => 'Br',
|
||||
1 => 'Itoophiyaa Birrii',
|
||||
],
|
||||
'EUR' => [
|
||||
0 => '€',
|
||||
1 => 'Euro',
|
||||
],
|
||||
'GBP' => [
|
||||
0 => '£',
|
||||
1 => 'British Pound',
|
||||
],
|
||||
'INR' => [
|
||||
0 => '₹',
|
||||
1 => 'Indian Rupee',
|
||||
],
|
||||
'JPY' => [
|
||||
0 => 'JP¥',
|
||||
1 => 'Japanese Yen',
|
||||
],
|
||||
'RUB' => [
|
||||
0 => 'RUB',
|
||||
1 => 'Russian Ruble',
|
||||
],
|
||||
'USD' => [
|
||||
0 => 'US$',
|
||||
1 => 'US Dollar',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user