-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
256 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,197 @@ | ||
export const COUNTRIES = [ | ||
"Afghanistan", | ||
"Albania", | ||
"Algeria", | ||
"Andorra", | ||
"Angola", | ||
"Antigua and Barbuda", | ||
"Argentina", | ||
"Armenia", | ||
"Australia", | ||
"Austria", | ||
"Azerbaijan", | ||
"Bahamas", | ||
"Bahrain", | ||
"Bangladesh", | ||
"Barbados", | ||
"Belarus", | ||
"Belgium", | ||
"Belize", | ||
"Benin", | ||
"Bhutan", | ||
"Bolivia", | ||
"Bosnia and Herzegovina", | ||
"Botswana", | ||
"Brazil", | ||
"Brunei", | ||
"Bulgaria", | ||
"Burkina Faso", | ||
"Burundi", | ||
"Cabo Verde", | ||
"Cambodia", | ||
"Cameroon", | ||
"Canada", | ||
"Central African Republic", | ||
"Chad", | ||
"Chile", | ||
"China", | ||
"Colombia", | ||
"Comoros", | ||
"Congo (Congo-Brazzaville)", | ||
"Costa Rica", | ||
"Croatia", | ||
"Cuba", | ||
"Cyprus", | ||
"Czechia", | ||
"Denmark", | ||
"Djibouti", | ||
"Dominica", | ||
"Dominican Republic", | ||
"East Timor (Timor-Leste)", | ||
"Ecuador", | ||
"Egypt", | ||
"El Salvador", | ||
"Equatorial Guinea", | ||
"Eritrea", | ||
"Estonia", | ||
"Eswatini", | ||
"Ethiopia", | ||
"Fiji", | ||
"Finland", | ||
"France", | ||
"Gabon", | ||
"Gambia", | ||
"Georgia", | ||
"Germany", | ||
"Ghana", | ||
"Greece", | ||
"Grenada", | ||
"Guatemala", | ||
"Guinea", | ||
"Guinea-Bissau", | ||
"Guyana", | ||
"Haiti", | ||
"Honduras", | ||
"Hungary", | ||
"Iceland", | ||
"India", | ||
"Indonesia", | ||
"Iran", | ||
"Iraq", | ||
"Ireland", | ||
"Israel", | ||
"Italy", | ||
"Jamaica", | ||
"Japan", | ||
"Jordan", | ||
"Kazakhstan", | ||
"Kenya", | ||
"Kiribati", | ||
"Korea, North", | ||
"Korea, South", | ||
"Kosovo", | ||
"Kuwait", | ||
"Kyrgyzstan", | ||
"Laos", | ||
"Latvia", | ||
"Lebanon", | ||
"Lesotho", | ||
"Liberia", | ||
"Libya", | ||
"Liechtenstein", | ||
"Lithuania", | ||
"Luxembourg", | ||
"Madagascar", | ||
"Malawi", | ||
"Malaysia", | ||
"Maldives", | ||
"Mali", | ||
"Malta", | ||
"Marshall Islands", | ||
"Mauritania", | ||
"Mauritius", | ||
"Mexico", | ||
"Micronesia", | ||
"Moldova", | ||
"Monaco", | ||
"Mongolia", | ||
"Montenegro", | ||
"Morocco", | ||
"Mozambique", | ||
"Myanmar", | ||
"Namibia", | ||
"Nauru", | ||
"Nepal", | ||
"Netherlands", | ||
"New Zealand", | ||
"Nicaragua", | ||
"Niger", | ||
"Nigeria", | ||
"North Macedonia", | ||
"Norway", | ||
"Oman", | ||
"Pakistan", | ||
"Palau", | ||
"Palestine", | ||
"Panama", | ||
"Papua New Guinea", | ||
"Paraguay", | ||
"Peru", | ||
"Philippines", | ||
"Poland", | ||
"Portugal", | ||
"Qatar", | ||
"Romania", | ||
"Russia", | ||
"Rwanda", | ||
"Saint Kitts and Nevis", | ||
"Saint Lucia", | ||
"Saint Vincent and the Grenadines", | ||
"Samoa", | ||
"San Marino", | ||
"Sao Tome and Principe", | ||
"Saudi Arabia", | ||
"Senegal", | ||
"Serbia", | ||
"Seychelles", | ||
"Sierra Leone", | ||
"Singapore", | ||
"Slovakia", | ||
"Slovenia", | ||
"Solomon Islands", | ||
"Somalia", | ||
"South Africa", | ||
"South Sudan", | ||
"Spain", | ||
"Sri Lanka", | ||
"Sudan", | ||
"Suriname", | ||
"Sweden", | ||
"Switzerland", | ||
"Syria", | ||
"Taiwan", | ||
"Tajikistan", | ||
"Tanzania", | ||
"Thailand", | ||
"Togo", | ||
"Tonga", | ||
"Trinidad and Tobago", | ||
"Tunisia", | ||
"Turkey", | ||
"Turkmenistan", | ||
"Tuvalu", | ||
"Uganda", | ||
"Ukraine", | ||
"United Arab Emirates", | ||
"United Kingdom", | ||
"United States", | ||
"Uruguay", | ||
"Uzbekistan", | ||
"Vanuatu", | ||
"Vatican City", | ||
"Venezuela", | ||
"Vietnam", | ||
"Yemen", | ||
"Zambia", | ||
"Zimbabwe", | ||
] as const; |
This file contains 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
This file contains 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
This file contains 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