Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use correct currency code #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/countries.csv
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Bahamas,BS,BHS,,+1 242,BSD,🇧🇸,BAH,eng,assigned
Bahrain,BH,BHR,,+973,BHD,🇧🇭,BRN,ara,assigned
Bangladesh,BD,BGD,,+880,BDT,🇧🇩,BAN,ben,assigned
Barbados,BB,BRB,,+1 246,BBD,🇧🇧,BAR,eng,assigned
Belarus,BY,BLR,,+375,BYR,🇧🇾,BLR,"bel,rus",assigned
Belarus,BY,BLR,,+375,BYN,🇧🇾,BLR,"bel,rus",assigned
Belgium,BE,BEL,,+32,EUR,🇧🇪,BEL,"nld,fra,deu",assigned
Belize,BZ,BLZ,,+501,BZD,🇧🇿,BIZ,eng,assigned
Benin,BJ,BEN,,+229,XOF,🇧🇯,BEN,fra,assigned
Expand Down
2 changes: 1 addition & 1 deletion data/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@
"+375"
],
"currencies": [
"BYR"
"BYN"
],
"emoji": "🇧🇾",
"ioc": "BLR",
Expand Down
2 changes: 1 addition & 1 deletion data/currencies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BRL,2,Brazilian real,986
BSD,2,Bahamian dollar,44
BTN,2,Bhutanese ngultrum,64
BWP,2,Botswana pula,72
BYR,0,Belarusian ruble,974
BYN,0,Belarusian ruble,974
BZD,2,Belize dollar,84
CAD,2,Canadian dollar,124
CDF,2,Congolese franc,976
Expand Down
2 changes: 1 addition & 1 deletion data/currencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"number": "72"
},
{
"code": "BYR",
"code": "BYN",
"decimals": 0,
"name": "Belarusian ruble",
"number": "974"
Expand Down