This repository has been archived on 2026-04-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
posterg-website/vendor/symfony/intl/Resources/data/currencies/en_IN.php

19 lines
297 B
PHP

<?php
return [
'Names' => [
'USD' => [
0 => '$',
1 => 'US Dollar',
],
'VEF' => [
0 => 'VEF',
1 => 'Venezuelan Bolívar',
],
'VES' => [
0 => 'VES',
1 => 'VES',
],
],
];