Skip to content

Commit

Permalink
bug #502 add Caribbean guilder to the list of currencies (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.x branch.

Discussion
----------

add Caribbean guilder to the list of currencies

added in symfony/symfony#58183

Commits
-------

5a6928e add Caribbean guilder to the list of currencies
  • Loading branch information
nicolas-grekas committed Sep 18, 2024
2 parents 0ed2048 + 5a6928e commit a5ae132
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Intl/Icu/Resources/currencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -1219,6 +1219,10 @@
array (
0 => 'EC$',
),
'XCG' =>
array (
0 => 'Cg.',
),
'XEU' =>
array (
0 => 'XEU',
Expand Down

0 comments on commit a5ae132

Please sign in to comment.