Browse Source

Convert to country code

pull/767/head
Thomas 3 years ago
parent
commit
1b3537eb52
  1. 48
      apps/api/src/assets/countries/developed-markets.json
  2. 52
      apps/api/src/assets/countries/emerging-markets.json

48
apps/api/src/assets/countries/developed-markets.json

@ -1,26 +1,26 @@
[
"Australia",
"Austria",
"Belgium",
"Canada",
"Denmark",
"Finland",
"France",
"Germany",
"Hong Kong",
"Ireland",
"Israel",
"Italy",
"Japan",
"Luxembourg",
"Netherlands",
"New Zealand",
"Norway",
"Portugal",
"Singapore",
"Spain",
"Sweden",
"Switzerland",
"United Kingdom",
"United States"
"AT",
"AU",
"BE",
"CA",
"CH",
"DE",
"DK",
"ES",
"FI",
"FR",
"GB",
"HK",
"IE",
"IL",
"IT",
"JP",
"LU",
"NL",
"NO",
"NZ",
"PT",
"SE",
"SG",
"US"
]

52
apps/api/src/assets/countries/emerging-markets.json

@ -1,28 +1,28 @@
[
"Brazil",
"Chile",
"China",
"Colombia",
"Cyprus",
"Czech Republic",
"Egypt",
"Greece",
"Hungary",
"India",
"Indonesia",
"Kuwait",
"Malaysia",
"Mexico",
"Peru",
"Philippines",
"Poland",
"Qatar",
"Russia",
"Saudi Arabia",
"South Africa",
"South Korea",
"Taiwan",
"Thailand",
"Turkey",
"United Arab Emirates"
"AE",
"BR",
"CL",
"CN",
"CO",
"CY",
"CZ",
"EG",
"GR",
"HK",
"HU",
"ID",
"IN",
"KR",
"KW",
"MX",
"MY",
"PE",
"PH",
"PL",
"QA",
"SA",
"TH",
"TR",
"TW",
"ZA"
]

Loading…
Cancel
Save