-
Notifications
You must be signed in to change notification settings - Fork 0
/
country-codes.ts
245 lines (245 loc) · 9.74 KB
/
country-codes.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
export const AFGHANISTAN: string = 'af';
export const ALBANIA: string = 'al';
export const ALGERIA: string = 'dz';
export const AMERICAN_SAMOA: string = 'as';
export const ANDORRA: string = 'ad';
export const ANGOLA: string = 'ao';
export const ANTARCTICA: string = 'aq';
export const ANTIGUA_AND_BARBUDA: string = 'ag';
export const ARGENTINA: string = 'ar';
export const ARMENIA: string = 'am';
export const ARUBA: string = 'aw';
export const AUSTRALIA: string = 'au';
export const AUSTRIA: string = 'at';
export const AZERBAIJAN: string = 'az';
export const BAHAMAS: string = 'bs';
export const BAHRAIN: string = 'bh';
export const BANGLADESH: string = 'bd';
export const BARBADOS: string = 'bb';
export const BELARUS: string = 'by';
export const BELGIUM: string = 'be';
export const BELIZE: string = 'bz';
export const BENIN: string = 'bj';
export const BERMUDA: string = 'bm';
export const BHUTAN: string = 'bt';
export const BOLIVIA: string = 'bo';
export const BOSNIA_AND_HERZEGOVINA: string = 'ba';
export const BOTSWANA: string = 'bw';
export const BOUVET_ISLAND: string = 'bv';
export const BRAZIL: string = 'br';
export const BRITISH_INDIAN_OCEAN_TERRITORY: string = 'io';
export const BRUNEI_DARUSSALAM: string = 'bn';
export const BULGARIA: string = 'bg';
export const BURKINA_FASO: string = 'bf';
export const BURUNDI: string = 'bi';
export const CAMBODIA: string = 'kh';
export const CAMEROON: string = 'cm';
export const CANADA: string = 'ca';
export const CAPE_VERDE: string = 'cv';
export const CAYMAN_ISLANDS: string = 'ky';
export const CENTRAL_AFRICAN_REPUBLIC: string = 'cf';
export const CHAD: string = 'td';
export const CHILE: string = 'cl';
export const CHINA: string = 'cn';
export const CHRISTMAS_ISLAND: string = 'cx';
export const COCOS_KEELING_ISLANDS: string = 'cc';
export const COLOMBIA: string = 'co';
export const COMOROS: string = 'km';
export const CONGO: string = 'cg';
export const THE_DEMOCRATIC_REPUBLIC_OF_THE_CONGO: string = 'cd';
export const COOK_ISLANDS: string = 'ck';
export const COSTA_RICA: string = 'cr';
export const COTE_DIVOIRE: string = 'ci';
export const CROATIA: string = 'hr';
export const CUBA: string = 'cu';
export const CYPRUS: string = 'cy';
export const CZECH_REPUBLIC: string = 'cz';
export const DENMARK: string = 'dk';
export const DJIBOUTI: string = 'dj';
export const DOMINICA: string = 'dm';
export const DOMINICAN_REPUBLIC: string = 'do';
export const ECUADOR: string = 'ec';
export const EGYPT: string = 'eg';
export const EL_SALVADOR: string = 'sv';
export const EQUATORIAL_GUINEA: string = 'gq';
export const ERITREA: string = 'er';
export const ESTONIA: string = 'ee';
export const ETHIOPIA: string = 'et';
export const FALKLAND_ISLANDS: string = 'fk';
export const MALVINAS: string = 'fk';
export const FAROE_ISLANDS: string = 'fo';
export const FIJI: string = 'fj';
export const FINLAND: string = 'fi';
export const FRANCE: string = 'fr';
export const FRENCH_GUIANA: string = 'gf';
export const FRENCH_POLYNESIA: string = 'pf';
export const FRENCH_SOUTHERN_TERRITORIES: string = 'tf';
export const GABON: string = 'ga';
export const GAMBIA: string = 'gm';
export const GEORGIA: string = 'ge';
export const GERMANY: string = 'de';
export const GHANA: string = 'gh';
export const GIBRALTAR: string = 'gi';
export const GREECE: string = 'gr';
export const GREENLAND: string = 'gl';
export const GRENADA: string = 'gd';
export const GUADELOUPE: string = 'gp';
export const GUAM: string = 'gu';
export const GUATEMALA: string = 'gt';
export const GUINEA: string = 'gn';
export const GUINEA_BISSAU: string = 'gw';
export const GUYANA: string = 'gy';
export const HAITI: string = 'ht';
export const HEARD_ISLAND_AND_MCDONALD_ISLANDS: string = 'hm';
export const HONDURAS: string = 'hn';
export const HONG_KONG: string = 'hk';
export const HUNGARY: string = 'hu';
export const ICELAND: string = 'is';
export const INDIA: string = 'in';
export const INDONESIA: string = 'id';
export const IRAN: string = 'ir';
export const ISLAMIC_REPUBLIC_OF_IRAN: string = 'ir';
export const IRAQ: string = 'iq';
export const IRELAND: string = 'ie';
export const ISRAEL: string = 'il';
export const ITALY: string = 'it';
export const JAMAICA: string = 'jm';
export const JAPAN: string = 'jp';
export const JORDAN: string = 'jo';
export const KAZAKHSTAN: string = 'kz';
export const KENYA: string = 'ke';
export const KIRIBATI: string = 'ki';
export const KOREA_DEMOCRATIC_PEOPLES_REPUBLIC_OF: string = 'kp';
export const KOREA_REPUBLIC_OF: string = 'kr';
export const KUWAIT: string = 'kw';
export const KYRGYZSTAN: string = 'kg';
export const LAO_PEOPLES_DEMOCRATIC_REPUBLIC_LAOS: string = 'la';
export const LATVIA: string = 'lv';
export const LEBANON: string = 'lb';
export const LESOTHO: string = 'ls';
export const LIBERIA: string = 'lr';
export const LIBYAN_ARAB_JAMAHIRIYA: string = 'ly';
export const LIECHTENSTEIN: string = 'li';
export const LITHUANIA: string = 'lt';
export const LUXEMBOURG: string = 'lu';
export const MACAO: string = 'mo';
export const MACEDONIA: string = 'mk';
export const MACEDONIA_THE_FORMER_YUGOSLAV_REPUBLIC_OF: string = 'mk';
export const MADAGASCAR: string = 'mg';
export const MALAWI: string = 'mw';
export const MALAYSIA: string = 'my';
export const MALDIVES: string = 'mv';
export const MALI: string = 'ml';
export const MALTA: string = 'mt';
export const MARSHALL_ISLANDS: string = 'mh';
export const MARTINIQUE: string = 'mq';
export const MAURITANIA: string = 'mr';
export const MAURITIUS: string = 'mu';
export const MAYOTTE: string = 'yt';
export const MEXICO: string = 'mx';
export const MICRONESIA: string = 'fm';
export const MICRONESIA_FEDERATED_STATES_OF: string = 'fm';
export const MOLDOVA: string = 'md';
export const MOLDOVA_REPUBLIC_OF: string = 'md';
export const MONACO: string = 'mc';
export const MONGOLIA: string = 'mn';
export const MONTENEGRO: string = 'me';
export const MONTSERRAT: string = 'ms';
export const MOROCCO: string = 'ma';
export const MOZAMBIQUE: string = 'mz';
export const MYANMAR: string = 'mm';
export const NAMIBIA: string = 'na';
export const NAURU: string = 'nr';
export const NEPAL: string = 'np';
export const NETHERLANDS: string = 'nl';
export const NETHERLANDS_ANTILLES: string = 'an';
export const NEW_CALEDONIA: string = 'nc';
export const NEW_ZEALAND: string = 'nz';
export const NICARAGUA: string = 'ni';
export const NIGER: string = 'ne';
export const NIGERIA: string = 'ng';
export const NIUE: string = 'nu';
export const NORFOLK_ISLAND: string = 'nf';
export const NORTHERN_MARIANA_ISLANDS: string = 'mp';
export const NORWAY: string = 'no';
export const OMAN: string = 'om';
export const PAKISTAN: string = 'pk';
export const PALAU: string = 'pw';
export const PALESTINIAN_TERRITORY: string = 'ps';
export const PALESTINIAN_TERRITORY_OCCUPIED: string = 'ps';
export const PANAMA: string = 'pa';
export const PAPUA_NEW_GUINEA: string = 'pg';
export const PARAGUAY: string = 'py';
export const PERU: string = 'pe';
export const PHILIPPINES: string = 'ph';
export const PITCAIRN: string = 'pn';
export const POLAND: string = 'pl';
export const PORTUGAL: string = 'pt';
export const PUERTO_RICO: string = 'pr';
export const QATAR: string = 'qa';
export const REUNION: string = 're';
export const ROMANIA: string = 'ro';
export const RUSSIAN_FEDERATION: string = 'ru';
export const RWANDA: string = 'rw';
export const SAINT_HELENA: string = 'sh';
export const SAINT_KITTS_AND_NEVIS: string = 'kn';
export const SAINT_LUCIA: string = 'lc';
export const SAINT_PIERRE_AND_MIQUELON: string = 'pm';
export const SAINT_VINCENT_AND_THE_GRENADINES: string = 'vc';
export const SAMOA: string = 'ws';
export const SAN_MARINO: string = 'sm';
export const SAO_TOME_AND_PRINCIPE: string = 'st';
export const SAUDI_ARABIA: string = 'sa';
export const SENEGAL: string = 'sn';
export const SERBIA: string = 'rs';
export const SEYCHELLES: string = 'sc';
export const SIERRA_LEONE: string = 'sl';
export const SINGAPORE: string = 'sg';
export const SLOVAKIA: string = 'sk';
export const SLOVENIA: string = 'si';
export const SOLOMON_ISLANDS: string = 'sb';
export const SOMALIA: string = 'so';
export const SOUTH_AFRICA: string = 'za';
export const SOUTH_GEORGIA_AND_THE_SOUTH_SANDWICH_ISLANDS: string = 'gs';
export const SPAIN: string = 'es';
export const SRI_LANKA: string = 'lk';
export const SUDAN: string = 'sd';
export const SURINAME: string = 'sr';
export const SVALBARD_AND_JAN_MAYEN: string = 'sj';
export const SWAZILAND: string = 'sz';
export const SWEDEN: string = 'se';
export const SWITZERLAND: string = 'ch';
export const SYRIAN_ARAB_REPUBLIC: string = 'sy';
export const TAIWAN: string = 'tw';
export const TAJIKISTAN: string = 'tj';
export const TANZANIA: string = 'tz';
export const TANZANIA_UNITED_REPUBLIC_OF: string = 'tz';
export const THAILAND: string = 'th';
export const TIMOR_LESTE: string = 'tl';
export const TOGO: string = 'tg';
export const TOKELAU: string = 'tk';
export const TONGA: string = 'to';
export const TRINIDAD_AND_TOBAGO: string = 'tt';
export const TUNISIA: string = 'tn';
export const TURKEY: string = 'tr';
export const TURKMENISTAN: string = 'tm';
export const TURKS_AND_CAICOS_ISLANDS: string = 'tc';
export const TUVALU: string = 'tv';
export const UGANDA: string = 'ug';
export const UKRAINE: string = 'ua';
export const UNITED_ARAB_EMIRATES: string = 'ae';
export const UNITED_KINGDOM: string = 'gb';
export const UNITED_STATES: string = 'us';
export const UNITED_STATES_MINOR_OUTLYING_ISLANDS: string = 'um';
export const URUGUAY: string = 'uy';
export const UZBEKISTAN: string = 'uz';
export const VANUATU: string = 'vu';
export const VENEZUELA: string = 've';
export const VIET_NAM: string = 'vn';
export const VIRGIN_ISLANDS_BRITISH: string = 'vg';
export const VIRGIN_ISLANDS_US: string = 'vi';
export const WALLIS_AND_FUTUNA: string = 'wf';
export const WESTERN_SAHARA: string = 'eh';
export const YEMEN: string = 'ye';
export const ZAMBIA: string = 'zm';
export const ZIMBABWE: string = 'zw';