-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
5d5c4cc
commit 524f22e
Showing
7 changed files
with
432 additions
and
427 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 |
---|---|---|
@@ -1,77 +1,77 @@ | ||
export enum Country { | ||
Albania = "Albania", | ||
Argentina = "Argentina", | ||
Australia = "Australia", | ||
Austria = "Austria", | ||
Belarus = "Belarus", | ||
Belgium = "Belgium", | ||
Belize = "Belize", | ||
Bolivia = "Bolivia", | ||
BosniaHerzegovina = "Bosnia Herzegovina", | ||
Brazil = "Brazil", | ||
Bulgaria = "Bulgaria", | ||
Canada = "Canada", | ||
Chile = "Chile", | ||
China = "China", | ||
Colombia = "Colombia", | ||
CostaRica = "Costa Rica", | ||
Croatia = "Croatia", | ||
Cyprus = "Cyprus", | ||
CzechRepublic = "Czech Republic", | ||
Denmark = "Denmark", | ||
DominicanRepublic = "Dominican Republic", | ||
Ecuador = "Ecuador", | ||
ElSalvador = "El Salvador", | ||
Estonia = "Estonia", | ||
Finland = "Finland", | ||
France = "France", | ||
Germany = "Germany", | ||
Greece = "Greece", | ||
Guatemala = "Guatemala", | ||
Honduras = "Honduras", | ||
Hungary = "Hungary", | ||
Iceland = "Iceland", | ||
India = "India", | ||
Indonesia = "Indonesia", | ||
Ireland = "Ireland", | ||
IsleOfMan = "Isle of Man", | ||
Israel = "Israel", | ||
Italy = "Italy", | ||
Japan = "Japan", | ||
Kazakhstan = "Kazakhstan", | ||
Latvia = "Latvia", | ||
Lithuania = "Lithuania", | ||
Luxembourg = "Luxembourg", | ||
Malta = "Malta", | ||
Mexico = "Mexico", | ||
Monaco = "Monaco", | ||
Netherlands = "Netherlands", | ||
NewZealand = "New Zealand", | ||
Nicaragua = "Nicaragua", | ||
Nigeria = "Nigeria", | ||
NorthMacedonia = "North Macedonia", | ||
Norway = "Norway", | ||
Panama = "Panama", | ||
Paraguay = "Paraguay", | ||
Peru = "Peru", | ||
Philippines = "Philippines", | ||
Poland = "Poland", | ||
Portugal = "Portugal", | ||
Romania = "Romania", | ||
Russia = "Russia", | ||
SanMarino = "San Marino", | ||
SaudiArabia = "Saudi Arabia", | ||
Serbia = "Serbia", | ||
Slovakia = "Slovakia", | ||
Slovenia = "Slovenia", | ||
Spain = "Spain", | ||
Sweden = "Sweden", | ||
Switzerland = "Switzerland", | ||
Taiwan = "Taiwan", | ||
Turkey = "Turkey", | ||
Ukraine = "Ukraine", | ||
UnitedKingdom = "United Kingdom", | ||
Uruguay = "Uruguay", | ||
Uzbekistan = "Uzbekistan", | ||
Venezuela = "Venezuela" | ||
} | ||
Albania = 'Albania', | ||
Argentina = 'Argentina', | ||
Australia = 'Australia', | ||
Austria = 'Austria', | ||
Belarus = 'Belarus', | ||
Belgium = 'Belgium', | ||
Belize = 'Belize', | ||
Bolivia = 'Bolivia', | ||
BosniaHerzegovina = 'Bosnia Herzegovina', | ||
Brazil = 'Brazil', | ||
Bulgaria = 'Bulgaria', | ||
Canada = 'Canada', | ||
Chile = 'Chile', | ||
China = 'China', | ||
Colombia = 'Colombia', | ||
CostaRica = 'Costa Rica', | ||
Croatia = 'Croatia', | ||
Cyprus = 'Cyprus', | ||
CzechRepublic = 'Czech Republic', | ||
Denmark = 'Denmark', | ||
DominicanRepublic = 'Dominican Republic', | ||
Ecuador = 'Ecuador', | ||
ElSalvador = 'El Salvador', | ||
Estonia = 'Estonia', | ||
Finland = 'Finland', | ||
France = 'France', | ||
Germany = 'Germany', | ||
Greece = 'Greece', | ||
Guatemala = 'Guatemala', | ||
Honduras = 'Honduras', | ||
Hungary = 'Hungary', | ||
Iceland = 'Iceland', | ||
India = 'India', | ||
Indonesia = 'Indonesia', | ||
Ireland = 'Ireland', | ||
IsleOfMan = 'Isle of Man', | ||
Israel = 'Israel', | ||
Italy = 'Italy', | ||
Japan = 'Japan', | ||
Kazakhstan = 'Kazakhstan', | ||
Latvia = 'Latvia', | ||
Lithuania = 'Lithuania', | ||
Luxembourg = 'Luxembourg', | ||
Malta = 'Malta', | ||
Mexico = 'Mexico', | ||
Monaco = 'Monaco', | ||
Netherlands = 'Netherlands', | ||
NewZealand = 'New Zealand', | ||
Nicaragua = 'Nicaragua', | ||
Nigeria = 'Nigeria', | ||
NorthMacedonia = 'North Macedonia', | ||
Norway = 'Norway', | ||
Panama = 'Panama', | ||
Paraguay = 'Paraguay', | ||
Peru = 'Peru', | ||
Philippines = 'Philippines', | ||
Poland = 'Poland', | ||
Portugal = 'Portugal', | ||
Romania = 'Romania', | ||
Russia = 'Russia', | ||
SanMarino = 'San Marino', | ||
SaudiArabia = 'Saudi Arabia', | ||
Serbia = 'Serbia', | ||
Slovakia = 'Slovakia', | ||
Slovenia = 'Slovenia', | ||
Spain = 'Spain', | ||
Sweden = 'Sweden', | ||
Switzerland = 'Switzerland', | ||
Taiwan = 'Taiwan', | ||
Turkey = 'Turkey', | ||
Ukraine = 'Ukraine', | ||
UnitedKingdom = 'United Kingdom', | ||
Uruguay = 'Uruguay', | ||
Uzbekistan = 'Uzbekistan', | ||
Venezuela = 'Venezuela', | ||
} |
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
Oops, something went wrong.