Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00727b0

Browse files
committed
Updated world codes with latest iso3166 codes
1 parent 9efdef1 commit 00727b0

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

Tools/world/world

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,10 @@ country = {
249249
"co": "Colombia",
250250
"km": "Comoros",
251251
"cg": "Congo",
252+
"cd": "Congo, The Democratic Republic of the",
252253
"ck": "Cook Islands",
253254
"cr": "Costa Rica",
254-
"ci": "Cote D'ivoire",
255+
"ci": "Cote D'Ivoire",
255256
"hr": "Croatia (local name: Hrvatska)",
256257
"cu": "Cuba",
257258
"cy": "Cyprus",
@@ -273,7 +274,7 @@ country = {
273274
"fj": "Fiji",
274275
"fi": "Finland",
275276
"fr": "France",
276-
"fx": "France, Metropolitan",
277+
"fx": "France, metropolitan",
277278
"gf": "French Guiana",
278279
"pf": "French Polynesia",
279280
"tf": "French Southern Territories",
@@ -290,10 +291,11 @@ country = {
290291
"gu": "Guam",
291292
"gt": "Guatemala",
292293
"gn": "Guinea",
293-
"gw": "Guinea-bissau",
294+
"gw": "Guinea-Bissau",
294295
"gy": "Guyana",
295296
"ht": "Haiti",
296-
"hm": "Heard and McDonald Islands",
297+
"hm": "Heard and Mc Donald Islands",
298+
"va": "Holy See (Vatican City State)",
297299
"hn": "Honduras",
298300
"hk": "Hong Kong",
299301
"hu": "Hungary",
@@ -325,7 +327,7 @@ country = {
325327
"lt": "Lithuania",
326328
"lu": "Luxembourg",
327329
"mo": "Macau",
328-
"mk": "Macedonia, the Former Yugoslav Republic of",
330+
"mk": "Macedonia, The Former Yugoslav Republic of",
329331
"mg": "Madagascar",
330332
"mw": "Malawi",
331333
"my": "Malaysia",
@@ -427,7 +429,6 @@ country = {
427429
"uy": "Uruguay",
428430
"uz": "Uzbekistan",
429431
"vu": "Vanuatu",
430-
"va": "Vatican City State (Holy See)",
431432
"ve": "Venezuela",
432433
"vn": "Viet Nam",
433434
"vg": "Virgin Islands (British)",
@@ -436,12 +437,10 @@ country = {
436437
"eh": "Western Sahara",
437438
"ye": "Yemen",
438439
"yu": "Yugoslavia",
439-
"zr": "Zaire",
440440
"zm": "Zambia",
441441
"zw": "Zimbabwe",
442442
}
443443

444-
445444

446445
if __name__ == '__main__':
447446
main()

0 commit comments

Comments
 (0)