Skip to content

Commit

Permalink
Merge pull request #60 from aetonsi/master
Browse files Browse the repository at this point in the history
Updated Zambia currency code to Zambian kwacha (ZMW)
  • Loading branch information
Z-AX authored Feb 26, 2020
2 parents cf02c5a + 4e72556 commit fe4d88c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion data/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -2848,7 +2848,7 @@
"phone": "260",
"continent": "AF",
"capital": "Lusaka",
"currency": "ZMK",
"currency": "ZMW",
"languages": [
"en"
]
Expand Down
2 changes: 1 addition & 1 deletion dist/countries.csv
Original file line number Diff line number Diff line change
Expand Up @@ -247,5 +247,5 @@
"YE","Yemen","اليَمَن","967","Asia","Sana'a","YER","ar"
"YT","Mayotte","Mayotte","262","Africa","Mamoudzou","EUR","fr"
"ZA","South Africa","South Africa","27","Africa","Pretoria","ZAR","af,en,nr,st,ss,tn,ts,ve,xh,zu"
"ZM","Zambia","Zambia","260","Africa","Lusaka","ZMK","en"
"ZM","Zambia","Zambia","260","Africa","Lusaka","ZMW","en"
"ZW","Zimbabwe","Zimbabwe","263","Africa","Harare","USD,ZAR,BWP,GBP,AUD,CNY,INR,JPY","en,sn,nd"
2 changes: 1 addition & 1 deletion dist/countries.emoji.json
Original file line number Diff line number Diff line change
Expand Up @@ -3344,7 +3344,7 @@
"phone": "260",
"continent": "AF",
"capital": "Lusaka",
"currency": "ZMK",
"currency": "ZMW",
"languages": [
"en"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/countries.emoji.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -2848,7 +2848,7 @@
"phone": "260",
"continent": "AF",
"capital": "Lusaka",
"currency": "ZMK",
"currency": "ZMW",
"languages": [
"en"
]
Expand Down
2 changes: 1 addition & 1 deletion dist/countries.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3354,7 +3354,7 @@
"phone": "260",
"continent": "AF",
"capital": "Lusaka",
"currency": "ZMK",
"currency": "ZMW",
"languages": [
"en"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/data.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -402,5 +402,5 @@ INSERT INTO `countries` (`code`, `name`, `native`, `phone`, `continent`, `capita
('YE', 'Yemen', 'اليَمَن', '967', 'AS', 'Sana''a', 'YER', 'ar'),
('YT', 'Mayotte', 'Mayotte', '262', 'AF', 'Mamoudzou', 'EUR', 'fr'),
('ZA', 'South Africa', 'South Africa', '27', 'AF', 'Pretoria', 'ZAR', 'af,en,nr,st,ss,tn,ts,ve,xh,zu'),
('ZM', 'Zambia', 'Zambia', '260', 'AF', 'Lusaka', 'ZMK', 'en'),
('ZM', 'Zambia', 'Zambia', '260', 'AF', 'Lusaka', 'ZMW', 'en'),
('ZW', 'Zimbabwe', 'Zimbabwe', '263', 'AF', 'Harare', 'USD,ZAR,BWP,GBP,AUD,CNY,INR,JPY', 'en,sn,nd');
2 changes: 1 addition & 1 deletion dist/index.es5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/minimal/countries.minimal.min.json

Large diffs are not rendered by default.

0 comments on commit fe4d88c

Please sign in to comment.