Skip to content

Commit

Permalink
add more countries
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesReate committed Nov 28, 2023
1 parent ce784d0 commit ce1f5f0
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions internal/constants/countries_regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,85 @@
"sub_region_code": 5,
"intermediate_region_code": ""
},
{
"name": "Ecuador",
"alpha_2": "EC",
"alpha_3": "ECU",
"id": 606,
"iso_3166_2": "ISO 3166-2:EC",
"region": "South America",
"sub_region": "Western South America",
"intermediate_region": "",
"region_code": 419,
"sub_region_code": 5,
"intermediate_region_code": ""
},
{
"name": "Argentina",
"alpha_2": "AR",
"alpha_3": "ARG",
"id": 607,
"iso_3166_2": "ISO 3166-2:AR",
"region": "South America",
"sub_region": "Eastern South America",
"intermediate_region": "",
"region_code": 419,
"sub_region_code": 5,
"intermediate_region_code": ""
},
{
"name": "Colombia",
"alpha_2": "CO",
"alpha_3": "COL",
"id": 608,
"iso_3166_2": "ISO 3166-2:CO",
"region": "South America",
"sub_region": "Eastern South America",
"intermediate_region": "",
"region_code": 419,
"sub_region_code": 5,
"intermediate_region_code": ""
},
{
"name": "Australia",
"alpha_2": "AU",
"alpha_3": "AUS",
"id": 609,
"iso_3166_2": "ISO 3166-2:AU",
"region": "Oceania",
"sub_region": "",
"intermediate_region": "",
"region_code": 420,
"sub_region_code": 5,
"intermediate_region_code": ""
},
{
"name": "Taiwan",
"alpha_2": "TW",
"alpha_3": "TWN",
"id": 610,
"iso_3166_2": "ISO 3166-2:TW",
"region": "Asia",
"sub_region": "East Asia",
"intermediate_region": "",
"region_code": 142,
"sub_region_code": 0,
"intermediate_region_code": ""
},
{
"name": "United Arab Emirates",
"alpha_2": "AE",
"alpha_3": "ARE",
"id": 784,
"iso_3166_2": "ISO 3166-2:AE",
"region": "West Asia",
"sub_region": "Middle East",
"intermediate_region": "",
"region_code": 0,
"sub_region_code": 0,
"intermediate_region_code": ""
},

{
"name": "Malaysia",
"alpha_2": "MY",
Expand Down

0 comments on commit ce1f5f0

Please sign in to comment.