minor country spellings
This commit is contained in:
@@ -11,15 +11,15 @@ let ICAO_Ranges = [
|
||||
{ start: 0x006000, end: 0x006FFF, country: "Mozambique", country_code: "mz" },
|
||||
{ start: 0x008000, end: 0x00FFFF, country: "South Africa", country_code: "za" },
|
||||
{ start: 0x010000, end: 0x017FFF, country: "Egypt", country_code: "eg" },
|
||||
{ start: 0x018000, end: 0x01FFFF, country: "Lybia", country_code: "ly" },
|
||||
{ start: 0x018000, end: 0x01FFFF, country: "Libya", country_code: "ly" },
|
||||
{ start: 0x020000, end: 0x027FFF, country: "Morocco", country_code: "ma" },
|
||||
{ start: 0x028000, end: 0x02FFFF, country: "Tunisia", country_code: "tn" },
|
||||
{ start: 0x030000, end: 0x0303FF, country: "Botswana", country_code: "bw" },
|
||||
{ start: 0x032000, end: 0x032FFF, country: "Burundi", country_code: "bi" },
|
||||
{ start: 0x034000, end: 0x034FFF, country: "Cameroon", country_code: "cm" },
|
||||
{ start: 0x035000, end: 0x0353FF, country: "Comoros", country_code: "km" },
|
||||
{ start: 0x036000, end: 0x036FFF, country: "Congo", country_code: "cg" }, // probably?
|
||||
{ start: 0x038000, end: 0x038FFF, country: "Cote d'Ivoire", country_code: "ci" },
|
||||
{ start: 0x036000, end: 0x036FFF, country: "Republic of the Congo", country_code: "cg" }, // probably?
|
||||
{ start: 0x038000, end: 0x038FFF, country: "Côte d'Ivoire", country_code: "ci" },
|
||||
{ start: 0x03E000, end: 0x03EFFF, country: "Gabon", country_code: "ga" },
|
||||
{ start: 0x040000, end: 0x040FFF, country: "Ethiopia", country_code: "et" },
|
||||
{ start: 0x042000, end: 0x042FFF, country: "Equatorial Guinea", country_code: "gq" },
|
||||
@@ -46,7 +46,7 @@ let ICAO_Ranges = [
|
||||
{ start: 0x076000, end: 0x0763FF, country: "Sierra Leone", country_code: "sl" },
|
||||
{ start: 0x078000, end: 0x078FFF, country: "Somalia", country_code: "so" },
|
||||
{ start: 0x07A000, end: 0x07A3FF, country: "Eswatini", country_code: "sz" },
|
||||
{ start: 0x07C000, end: 0x07CFFF, country: "Sudan", country_code: "sd" },
|
||||
{ start: 0x07C000, end: 0x07C3FF, country: "Sudan", country_code: "sd" },
|
||||
{ start: 0x080000, end: 0x080FFF, country: "Tanzania", country_code: "tz" },
|
||||
{ start: 0x084000, end: 0x084FFF, country: "Chad", country_code: "td" },
|
||||
{ start: 0x088000, end: 0x088FFF, country: "Togo", country_code: "tg" },
|
||||
@@ -58,7 +58,7 @@ let ICAO_Ranges = [
|
||||
{ start: 0x098000, end: 0x0983FF, country: "Djibouti", country_code: "dj" },
|
||||
{ start: 0x09A000, end: 0x09AFFF, country: "Gambia", country_code: "gm" },
|
||||
{ start: 0x09C000, end: 0x09CFFF, country: "Burkina Faso", country_code: "bf" },
|
||||
{ start: 0x09E000, end: 0x09E3FF, country: "Sao Tome and Principe", country_code: "st" },
|
||||
{ start: 0x09E000, end: 0x09E3FF, country: "São Tomé and Príncipe", country_code: "st" },
|
||||
{ start: 0x0A0000, end: 0x0A7FFF, country: "Algeria", country_code: "dz" },
|
||||
{ start: 0x0A8000, end: 0x0A8FFF, country: "Bahamas", country_code: "bs" },
|
||||
{ start: 0x0AA000, end: 0x0AA3FF, country: "Barbados", country_code: "bb" },
|
||||
|
||||
Reference in New Issue
Block a user