Created
December 13, 2019 23:16
-
-
Save josephgoksu/38cbbb6d7aa9204857952a19757faacb to your computer and use it in GitHub Desktop.
All Countries (code, name, region, LocaleKey, ISO3A)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const countries = [ | |
{ | |
code: 'FI', | |
name: 'Finland', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'MR', | |
name: 'Mauritania', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'OM', | |
name: 'Oman', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'AT', | |
name: 'Austria', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'BF', | |
name: 'Burkina Faso', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'MU', | |
name: 'Mauritius', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'SA', | |
name: 'Saudi Arabia', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'SAR', | |
}, | |
{ | |
code: 'FR', | |
name: 'France', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'CV', | |
name: 'Cape Verde', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'MD', | |
name: 'Moldova, Republic of', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'TW', | |
name: 'Taiwan', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'TWD', | |
}, | |
{ | |
code: 'NP', | |
name: 'Nepal', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'FJ', | |
name: 'Fiji', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'SK', | |
name: 'Slovakia', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'BB', | |
name: 'Barbados', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'BR', | |
name: 'Brazil', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'BRL', | |
}, | |
{ | |
code: 'BT', | |
name: 'Bhutan', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'MW', | |
name: 'Malawi', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'MX', | |
name: 'Mexico', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'MXN', | |
}, | |
{ | |
code: 'BO', | |
name: 'Bolivia', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'VC', | |
name: 'St. Vincent and The Grenadines', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'MK', | |
name: 'North Macedonia', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'DZ', | |
name: 'Algeria', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'DM', | |
name: 'Dominica', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'NA', | |
name: 'Namibia', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'LR', | |
name: 'Liberia', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'CZ', | |
name: 'Czech Republic', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'CZK', | |
}, | |
{ | |
code: 'AL', | |
name: 'Albania', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'DE', | |
name: 'Germany', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'TC', | |
name: 'Turks and Caicos', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'HK', | |
name: 'Hong Kong', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'HKD', | |
}, | |
{ | |
code: 'BE', | |
name: 'Belgium', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'SC', | |
name: 'Seychelles', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'IL', | |
name: 'Israel', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'ILS', | |
}, | |
{ | |
code: 'GD', | |
name: 'Grenada', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'AO', | |
name: 'Angola', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'KG', | |
name: 'Kyrgyzstan', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'BW', | |
name: 'Botswana', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'SN', | |
name: 'Senegal', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'TM', | |
name: 'Turkmenistan', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'PG', | |
name: 'Papua New Guinea', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'SG', | |
name: 'Singapore', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'SGD', | |
}, | |
{ | |
code: 'VG', | |
name: 'Virgin Islands, British', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'IE', | |
name: 'Ireland', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'ZA', | |
name: 'South Africa', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'ZAR', | |
}, | |
{ | |
code: 'RO', | |
name: 'Romania', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'RON', | |
}, | |
{ | |
code: 'KE', | |
name: 'Kenya', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'TN', | |
name: 'Tunisia', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'GY', | |
name: 'Guyana', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'US', | |
name: 'United States', | |
region: 'The United States and Canada', | |
regionLocaleKey: 'ITC.region.NAM', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'KR', | |
name: 'Korea, Republic of', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'KRW', | |
}, | |
{ | |
code: 'AM', | |
name: 'Armenia', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'KN', | |
name: 'St. Kitts and Nevis', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'ZW', | |
name: 'Zimbabwe', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'AR', | |
name: 'Argentina', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'GH', | |
name: 'Ghana', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'MZ', | |
name: 'Mozambique', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'BG', | |
name: 'Bulgaria', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'BGN', | |
}, | |
{ | |
code: 'NE', | |
name: 'Niger', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'LB', | |
name: 'Lebanon', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'CN', | |
name: 'China mainland', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'CNY', | |
}, | |
{ | |
code: 'BN', | |
name: 'Brunei Darussalam', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'SZ', | |
name: 'Swaziland', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'BZ', | |
name: 'Belize', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'CA', | |
name: 'Canada', | |
region: 'The United States and Canada', | |
regionLocaleKey: 'ITC.region.NAM', | |
currencyCodeISO3A: 'CAD', | |
}, | |
{ | |
code: 'MS', | |
name: 'Montserrat', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'MG', | |
name: 'Madagascar', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'GB', | |
name: 'United Kingdom', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'GBP', | |
}, | |
{ | |
code: 'CH', | |
name: 'Switzerland', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'CHF', | |
}, | |
{ | |
code: 'MN', | |
name: 'Mongolia', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'TR', | |
name: 'Turkey', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'TRY', | |
}, | |
{ | |
code: 'JO', | |
name: 'Jordan', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'LU', | |
name: 'Luxembourg', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'GR', | |
name: 'Greece', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'PK', | |
name: 'Pakistan', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'PKR', | |
}, | |
{ | |
code: 'CO', | |
name: 'Colombia', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'COP', | |
}, | |
{ | |
code: 'MY', | |
name: 'Malaysia', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'MYR', | |
}, | |
{ | |
code: 'AE', | |
name: 'United Arab Emirates', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'AED', | |
}, | |
{ | |
code: 'GM', | |
name: 'Gambia', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'EG', | |
name: 'Egypt', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'EGP', | |
}, | |
{ | |
code: 'VE', | |
name: 'Venezuela', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'LK', | |
name: 'Sri Lanka', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'SI', | |
name: 'Slovenia', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'ML', | |
name: 'Mali', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'BM', | |
name: 'Bermuda', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'HN', | |
name: 'Honduras', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'SV', | |
name: 'El Salvador', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'SE', | |
name: 'Sweden', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'SEK', | |
}, | |
{ | |
code: 'JP', | |
name: 'Japan', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'JPY', | |
}, | |
{ | |
code: 'NO', | |
name: 'Norway', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'NOK', | |
}, | |
{ | |
code: 'PY', | |
name: 'Paraguay', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'GW', | |
name: 'Guinea-Bissau', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'BY', | |
name: 'Belarus', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'ID', | |
name: 'Indonesia', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'IDR', | |
}, | |
{ | |
code: 'BS', | |
name: 'Bahamas', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'RU', | |
name: 'Russia', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'RUB', | |
}, | |
{ | |
code: 'NZ', | |
name: 'New Zealand', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'NZD', | |
}, | |
{ | |
code: 'MT', | |
name: 'Malta', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'SB', | |
name: 'Solomon Islands', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'LC', | |
name: 'Saint Lucia', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'UY', | |
name: 'Uruguay', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'UZ', | |
name: 'Uzbekistan', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'HU', | |
name: 'Hungary', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'HUF', | |
}, | |
{ | |
code: 'PH', | |
name: 'Philippines', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'PHP', | |
}, | |
{ | |
code: 'BJ', | |
name: 'Benin', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'HR', | |
name: 'Croatia', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'HRK', | |
}, | |
{ | |
code: 'TD', | |
name: 'Chad', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'AI', | |
name: 'Anguilla', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'SR', | |
name: 'Suriname', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'CL', | |
name: 'Chile', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'CLP', | |
}, | |
{ | |
code: 'KH', | |
name: 'Cambodia', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'DO', | |
name: 'Dominican Republic', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'KZ', | |
name: 'Kazakhstan', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'KZT', | |
}, | |
{ | |
code: 'LA', | |
name: "Lao People's Democratic Republic", | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'CR', | |
name: 'Costa Rica', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'NL', | |
name: 'Netherlands', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'QA', | |
name: 'Qatar', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'QAR', | |
}, | |
{ | |
code: 'GT', | |
name: 'Guatemala', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'TT', | |
name: 'Trinidad and Tobago', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'PE', | |
name: 'Peru', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'PEN', | |
}, | |
{ | |
code: 'YE', | |
name: 'Yemen', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'ES', | |
name: 'Spain', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'VN', | |
name: 'Vietnam', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'VND', | |
}, | |
{ | |
code: 'UA', | |
name: 'Ukraine', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'AU', | |
name: 'Australia', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'AUD', | |
}, | |
{ | |
code: 'TZ', | |
name: 'Tanzania, United Republic of', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'TZS', | |
}, | |
{ | |
code: 'UG', | |
name: 'Uganda', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'TJ', | |
name: 'Tajikistan', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'PT', | |
name: 'Portugal', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'TH', | |
name: 'Thailand', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'THB', | |
}, | |
{ | |
code: 'IS', | |
name: 'Iceland', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'DK', | |
name: 'Denmark', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'DKK', | |
}, | |
{ | |
code: 'ST', | |
name: 'São Tomé and Príncipe', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'FM', | |
name: 'Micronesia, Federated States of', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'KY', | |
name: 'Cayman Islands', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'PL', | |
name: 'Poland', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'PLN', | |
}, | |
{ | |
code: 'IN', | |
name: 'India', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'INR', | |
}, | |
{ | |
code: 'NI', | |
name: 'Nicaragua', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'AG', | |
name: 'Antigua and Barbuda', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'JM', | |
name: 'Jamaica', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'CY', | |
name: 'Cyprus', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'MO', | |
name: 'Macau', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'EC', | |
name: 'Ecuador', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'PA', | |
name: 'Panama', | |
region: 'Latin America and the Caribbean', | |
regionLocaleKey: 'ITC.region.LAMC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'KW', | |
name: 'Kuwait', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'BH', | |
name: 'Bahrain', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'LV', | |
name: 'Latvia', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'IT', | |
name: 'Italy', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'PW', | |
name: 'Palau', | |
region: 'Asia Pacific', | |
regionLocaleKey: 'ITC.region.APAC', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'AZ', | |
name: 'Azerbaijan', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'NG', | |
name: 'Nigeria', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'NGN', | |
}, | |
{ | |
code: 'CG', | |
name: 'Congo, Republic of', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'EE', | |
name: 'Estonia', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
{ | |
code: 'SL', | |
name: 'Sierra Leone', | |
region: 'Africa, the Middle East, and India', | |
regionLocaleKey: 'ITC.region.AMEI', | |
currencyCodeISO3A: 'USD', | |
}, | |
{ | |
code: 'LT', | |
name: 'Lithuania', | |
region: 'Europe', | |
regionLocaleKey: 'ITC.region.EUR', | |
currencyCodeISO3A: 'EUR', | |
}, | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment