File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ const inclusionsOrFixes = [
83
83
{ countryCode : 'WS' , currencyCode : 'WST' } ,
84
84
// Niger (NE) uses West African CFA Franc (XOF), according to Wikipedia. Thanks @danielrentz
85
85
{ countryCode : 'NE' , currencyCode : 'XOF' } ,
86
+ // Republic of the Congo (CG) uses 'Central African CFA Franc' (XAF), according to Wikipedia. Thanks @jasongitmail
87
+ { countryCode : 'CG' , currencyCode : 'XAF' } ,
86
88
] ;
87
89
88
90
let inclusions = 0 ;
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const countryToCurrency = {
42
42
CC : 'AUD' ,
43
43
CD : 'CDF' ,
44
44
CF : 'XAF' ,
45
- CG : 'CDF ' ,
45
+ CG : 'XAF ' ,
46
46
CH : 'CHF' ,
47
47
CI : 'XOF' ,
48
48
CK : 'NZD' ,
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ console.log( countryToCurrency[ 'US' ] ); // USD
79
79
- For ` Hungary ` (` HU ` ), the currency ` HUF ` is being assumed.
80
80
- For ` Niger ` (` NE ` ), the currency ` XOF ` is being assumed.
81
81
- For ` Palestine ` (` PS ` ), the currency ` ILS ` is being assumed.
82
+ - For ` Republic of the Congo ` (` CG ` ), the currency ` XAF ` is being assumed.
82
83
- For ` Samoa ` (` WS ` ), the currency ` WST ` is being assumed.
83
84
- For ` South Georgia and the South Sandwich Islands ` (` GS ` ), the currency ` FKP ` is being assumed.
84
85
- For ` South Korea ` (` KR ` ), the currency ` KRW ` is being assumed.
You can’t perform that action at this time.
0 commit comments