Skip to content

Commit a5ae132

Browse files
bug #502 add Caribbean guilder to the list of currencies (xabbuh)
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
2 parents 0ed2048 + 5a6928e commit a5ae132

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Intl/Icu/Resources/currencies.php

+4
Original file line numberDiff line numberDiff line change
@@ -1219,6 +1219,10 @@
12191219
array (
12201220
0 => 'EC$',
12211221
),
1222+
'XCG' =>
1223+
array (
1224+
0 => 'Cg.',
1225+
),
12221226
'XEU' =>
12231227
array (
12241228
0 => 'XEU',

0 commit comments

Comments
 (0)