update du projet, xml collection enlevé et méthode fait maison ajouter
This commit is contained in:
18
vendor/symfony/intl/Resources/data/currencies/en_IN.php
vendored
Normal file
18
vendor/symfony/intl/Resources/data/currencies/en_IN.php
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Names' => [
|
||||
'USD' => [
|
||||
0 => '$',
|
||||
1 => 'US Dollar',
|
||||
],
|
||||
'VEF' => [
|
||||
0 => 'VEF',
|
||||
1 => 'Venezuelan Bolívar',
|
||||
],
|
||||
'VES' => [
|
||||
0 => 'VES',
|
||||
1 => 'VES',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user