Skip to content

Commit fe4d88c

Browse files
authored
Merge pull request #60 from aetonsi/master
Updated Zambia currency code to Zambian kwacha (ZMW)
2 parents cf02c5a + 4e72556 commit fe4d88c

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

data/countries.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2848,7 +2848,7 @@
28482848
"phone": "260",
28492849
"continent": "AF",
28502850
"capital": "Lusaka",
2851-
"currency": "ZMK",
2851+
"currency": "ZMW",
28522852
"languages": [
28532853
"en"
28542854
]

dist/countries.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,5 +247,5 @@
247247
"YE","Yemen","اليَمَن","967","Asia","Sana'a","YER","ar"
248248
"YT","Mayotte","Mayotte","262","Africa","Mamoudzou","EUR","fr"
249249
"ZA","South Africa","South Africa","27","Africa","Pretoria","ZAR","af,en,nr,st,ss,tn,ts,ve,xh,zu"
250-
"ZM","Zambia","Zambia","260","Africa","Lusaka","ZMK","en"
250+
"ZM","Zambia","Zambia","260","Africa","Lusaka","ZMW","en"
251251
"ZW","Zimbabwe","Zimbabwe","263","Africa","Harare","USD,ZAR,BWP,GBP,AUD,CNY,INR,JPY","en,sn,nd"

dist/countries.emoji.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3344,7 +3344,7 @@
33443344
"phone": "260",
33453345
"continent": "AF",
33463346
"capital": "Lusaka",
3347-
"currency": "ZMK",
3347+
"currency": "ZMW",
33483348
"languages": [
33493349
"en"
33503350
],

dist/countries.emoji.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/countries.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2848,7 +2848,7 @@
28482848
"phone": "260",
28492849
"continent": "AF",
28502850
"capital": "Lusaka",
2851-
"currency": "ZMK",
2851+
"currency": "ZMW",
28522852
"languages": [
28532853
"en"
28542854
]

dist/countries.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3354,7 +3354,7 @@
33543354
"phone": "260",
33553355
"continent": "AF",
33563356
"capital": "Lusaka",
3357-
"currency": "ZMK",
3357+
"currency": "ZMW",
33583358
"languages": [
33593359
"en"
33603360
],

dist/data.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/data.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,5 +402,5 @@ INSERT INTO `countries` (`code`, `name`, `native`, `phone`, `continent`, `capita
402402
('YE', 'Yemen', 'اليَمَن', '967', 'AS', 'Sana''a', 'YER', 'ar'),
403403
('YT', 'Mayotte', 'Mayotte', '262', 'AF', 'Mamoudzou', 'EUR', 'fr'),
404404
('ZA', 'South Africa', 'South Africa', '27', 'AF', 'Pretoria', 'ZAR', 'af,en,nr,st,ss,tn,ts,ve,xh,zu'),
405-
('ZM', 'Zambia', 'Zambia', '260', 'AF', 'Lusaka', 'ZMK', 'en'),
405+
('ZM', 'Zambia', 'Zambia', '260', 'AF', 'Lusaka', 'ZMW', 'en'),
406406
('ZW', 'Zimbabwe', 'Zimbabwe', '263', 'AF', 'Harare', 'USD,ZAR,BWP,GBP,AUD,CNY,INR,JPY', 'en,sn,nd');

dist/index.es5.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)