Skip to content

Commit 9f9f723

Browse files
authored
PAY-4657 - Adding XCG currency which will replace ANG. (#127)
* PAY-4657 - Adding XCG currency which will replace ANG. * PAY-4657 - Rollback default-currency for CW and SX countries back to ANG (at least for the meantime) * PAY-4657 - Adding XCG currency which will replace ANG.
1 parent 6fefc29 commit 9f9f723

6 files changed

Lines changed: 34 additions & 3 deletions

File tree

data/cleansed/currencies.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@
114114
"iso_4217_3": "CVE",
115115
"number_decimals": 0
116116
},
117+
{
118+
"name": "Caribbean Guilder",
119+
"iso_4217_3": "XCG",
120+
"number_decimals": 2
121+
},
117122
{
118123
"name": "Cayman Islands Dollar",
119124
"iso_4217_3": "KYD",

data/cleansed/currency-symbols.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,10 @@
917917
"primary": "EC$",
918918
"narrow": "$"
919919
},
920+
"XCG": {
921+
"primary": "XCG",
922+
"narrow": "Cg"
923+
},
920924
"XDR": {
921925
"primary": "XDR"
922926
},

data/final/currencies.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,15 @@
217217
},
218218
"default_locale": "pt-CV"
219219
},
220+
{
221+
"name": "Caribbean Guilder",
222+
"iso_4217_3": "XCG",
223+
"number_decimals": 2,
224+
"symbols": {
225+
"primary": "XCG"
226+
},
227+
"default_locale": "nl-CW"
228+
},
220229
{
221230
"name": "Cayman Islands Dollar",
222231
"iso_4217_3": "KYD",

data/final/regions.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@
12441244
"CUW"
12451245
],
12461246
"currencies": [
1247-
"ANG"
1247+
"ANG", "XCG"
12481248
],
12491249
"languages": [
12501250
"en",
@@ -3538,7 +3538,8 @@
35383538
"NIO",
35393539
"TTD",
35403540
"USD",
3541-
"XCD"
3541+
"XCD",
3542+
"XCG"
35423543
],
35433544
"languages": [
35443545
"en",
@@ -4284,7 +4285,7 @@
42844285
"SXM"
42854286
],
42864287
"currencies": [
4287-
"ANG"
4288+
"ANG", "XCG"
42884289
],
42894290
"languages": [
42904291
"en",
@@ -5492,6 +5493,7 @@
54925493
"WST",
54935494
"XAF",
54945495
"XCD",
5496+
"XCG",
54955497
"XOF",
54965498
"XPF",
54975499
"YER",

data/original/currencies.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,11 @@
689689
"name": "East Carribean Dollar",
690690
"number_decimals": 2
691691
},
692+
{
693+
"iso_4217_3": "XCG",
694+
"name": "Carribean Guilder",
695+
"number_decimals": 2
696+
},
692697
{
693698
"iso_4217_3": "XOF",
694699
"name": "CFA Franc BCEAO",

data/source/cldr-currencies.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,6 +1758,12 @@
17581758
"symbol": "EC$",
17591759
"symbol-alt-narrow": "$"
17601760
},
1761+
"XCG": {
1762+
"displayName": "Caribbean Guilder",
1763+
"displayName-count-one": "Caribbean guilder",
1764+
"displayName-count-other": "Caribbean guilders",
1765+
"symbol": "XCG"
1766+
},
17611767
"XDR": {
17621768
"displayName": "Special Drawing Rights",
17631769
"displayName-count-one": "special drawing rights",

0 commit comments

Comments
 (0)