From 1b3537eb521ec6f4dbe171d7be3580dfcc9ad868 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Wed, 23 Mar 2022 21:54:48 +0100 Subject: [PATCH] Convert to country code --- .../assets/countries/developed-markets.json | 48 ++++++++--------- .../assets/countries/emerging-markets.json | 52 +++++++++---------- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/apps/api/src/assets/countries/developed-markets.json b/apps/api/src/assets/countries/developed-markets.json index e942dd428..5e281d475 100644 --- a/apps/api/src/assets/countries/developed-markets.json +++ b/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" ] diff --git a/apps/api/src/assets/countries/emerging-markets.json b/apps/api/src/assets/countries/emerging-markets.json index 0ef38a5f4..328187964 100644 --- a/apps/api/src/assets/countries/emerging-markets.json +++ b/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" ]