-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCargo.toml
343 lines (334 loc) · 20.3 KB
/
Cargo.toml
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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
# Copied from `keshvar-code-generator/src/Cargo.header.toml`
[package]
name = "keshvar"
version = "0.5.0"
edition = "2021"
description = "collection of all sorts of useful information for every country"
license = "BSD-3-Clause"
readme = "README.md"
homepage = "https://crates.io/crates/keshvar"
documentation = "https://docs.rs/keshvar"
repository = "https://github.com/pouriya/keshvar"
categories = ["localization", "science::geo", "internationalization", "finance"]
keywords = ["country", "countries", "iso-3166", "geo", "translation"]
include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "CONTRIBUTING.md"]
[dependencies]
thiserror = "1.0"
lazy_static = "1.4"
hashbrown = "0.13.*"
serde = { version = "1.0", features = ["derive"], optional = true }
chrono = { version = "0.4.*", default-features = false, optional = true }
iso_currency = { version = "0.4.*", default-features = false, optional = true }
[package.metadata.docs.rs]
all-features = true
# Automatically generated by `keshvar-code-generator/src/cargo_toml.rs`
[features]
subdivisions = []
constants = []
geo = []
translations = []
emojis = []
# Search:
search-iso-short-name = []
search-iso-long-name = []
search-iso-number = []
search-country-code = []
search-translations = []
# Integrations:
serde-derive = ["serde"]
chrono-integration = ["chrono"]
iso-currency-integration = ["iso_currency"]
# Continents:
africa = ["ao", "bf", "bi", "bj", "bw", "cd", "cf", "cg", "ci", "cm", "cv", "dj", "dz", "eg", "eh", "er", "et", "ga", "gh", "gm", "gn", "gq", "gw", "ke", "km", "lr", "ls", "ly", "ma", "mg", "ml", "mr", "mu", "mw", "mz", "na", "ne", "ng", "re", "rw", "sc", "sd", "sh", "sl", "sn", "so", "ss", "st", "sz", "td", "tf", "tg", "tn", "tz", "ug", "yt", "za", "zm", "zw"]
antarctica = ["aq", "bv", "gs", "hm"]
asia = ["ae", "af", "am", "az", "bd", "bh", "bn", "bt", "cc", "cn", "cx", "cy", "ge", "hk", "id", "il", "in", "io", "iq", "ir", "jo", "jp", "kg", "kh", "kp", "kr", "kw", "kz", "la", "lb", "lk", "mm", "mn", "mo", "mv", "my", "np", "om", "ph", "pk", "ps", "qa", "sa", "sg", "sy", "th", "tj", "tl", "tm", "tw", "uz", "vn", "ye"]
australia = ["as", "au", "ck", "fj", "fm", "gu", "ki", "mh", "mp", "nc", "nf", "nr", "nu", "nz", "pf", "pg", "pn", "pw", "sb", "tk", "to", "tv", "um", "vu", "wf", "ws"]
europe = ["ad", "al", "at", "ax", "ba", "be", "bg", "by", "ch", "cz", "de", "dk", "ee", "es", "fi", "fo", "fr", "gb", "gg", "gi", "gr", "hr", "hu", "ie", "im", "is", "it", "je", "li", "lt", "lu", "lv", "mc", "md", "me", "mk", "mt", "nl", "no", "pl", "pt", "ro", "rs", "ru", "se", "si", "sj", "sk", "sm", "tr", "ua", "va"]
north-america = ["ag", "ai", "aw", "bb", "bl", "bm", "bq", "bs", "bz", "ca", "cr", "cu", "cw", "dm", "do", "gd", "gl", "gp", "gt", "hn", "ht", "jm", "kn", "ky", "lc", "mf", "mq", "ms", "mx", "ni", "pa", "pm", "pr", "sv", "sx", "tc", "tt", "us", "vc", "vg", "vi"]
south-america = ["ar", "bo", "br", "cl", "co", "ec", "fk", "gf", "gy", "pe", "py", "sr", "uy", "ve"]
# Regions:
americas = ["ag", "ai", "ar", "aw", "bb", "bl", "bm", "bo", "bq", "br", "bs", "bz", "ca", "cl", "co", "cr", "cu", "cw", "dm", "do", "ec", "fk", "gd", "gf", "gl", "gp", "gs", "gt", "gy", "hn", "ht", "jm", "kn", "ky", "lc", "mf", "mq", "ms", "mx", "ni", "pa", "pe", "pm", "pr", "py", "sr", "sv", "sx", "tc", "tt", "um", "us", "uy", "vc", "ve", "vg", "vi"]
oceania = ["as", "au", "cc", "ck", "cx", "fj", "fm", "gu", "ki", "mh", "mp", "nc", "nf", "nr", "nu", "nz", "pf", "pg", "pn", "pw", "sb", "tk", "to", "tv", "vu", "wf", "ws"]
region-africa = ["ao", "bf", "bi", "bj", "bw", "cd", "cf", "cg", "ci", "cm", "cv", "dj", "dz", "eg", "eh", "er", "et", "ga", "gh", "gm", "gn", "gq", "gw", "io", "ke", "km", "lr", "ls", "ly", "ma", "mg", "ml", "mr", "mu", "mw", "mz", "na", "ne", "ng", "re", "rw", "sc", "sd", "sh", "sl", "sn", "so", "ss", "st", "sz", "td", "tf", "tg", "tn", "tz", "ug", "yt", "za", "zm", "zw"]
region-antarctica = []
region-asia = ["ae", "af", "am", "az", "bd", "bh", "bn", "bt", "cn", "cy", "ge", "hk", "id", "il", "in", "iq", "ir", "jo", "jp", "kg", "kh", "kp", "kr", "kw", "kz", "la", "lb", "lk", "mm", "mn", "mo", "mv", "my", "np", "om", "ph", "pk", "ps", "qa", "sa", "sg", "sy", "th", "tj", "tl", "tm", "tr", "tw", "uz", "vn", "ye"]
region-europe = ["ad", "al", "at", "ax", "ba", "be", "bg", "by", "ch", "cz", "de", "dk", "ee", "es", "fi", "fo", "fr", "gb", "gg", "gi", "gr", "hr", "hu", "ie", "im", "is", "it", "je", "li", "lt", "lu", "lv", "mc", "md", "me", "mk", "mt", "nl", "no", "pl", "pt", "ro", "rs", "ru", "se", "si", "sj", "sk", "sm", "ua", "va"]
# Subregions:
australia-and-new-zealand = ["au", "cc", "cx", "nf", "nz"]
caribbean = ["ag", "ai", "aw", "bb", "bl", "bq", "bs", "cu", "cw", "dm", "do", "gd", "gp", "ht", "jm", "kn", "ky", "lc", "mf", "mq", "ms", "pr", "sx", "tc", "tt", "vc", "vg", "vi"]
central-america = ["bz", "cr", "gt", "hn", "mx", "ni", "pa", "sv"]
central-asia = ["kg", "kz", "tj", "tm", "uz"]
eastern-africa = ["bi", "dj", "er", "et", "io", "ke", "km", "mg", "mu", "mw", "mz", "re", "rw", "sc", "so", "tf", "tz", "ug", "yt", "zm", "zw"]
eastern-asia = ["cn", "hk", "jp", "kp", "kr", "mn", "mo", "tw"]
eastern-europe = ["bg", "by", "cz", "hu", "md", "pl", "ro", "ru", "sk", "ua"]
melanesia = ["fj", "nc", "pg", "sb", "vu"]
micronesia = ["fm", "gu", "ki", "mh", "mp", "nr", "pw"]
middle-africa = ["ao", "cd", "cf", "cg", "cm", "ga", "gq", "st", "td"]
northern-africa = ["dz", "eg", "eh", "ly", "ma", "sd", "ss", "tn"]
northern-america = ["bm", "ca", "gl", "pm", "um", "us"]
northern-europe = ["ax", "dk", "ee", "fi", "fo", "gb", "gg", "ie", "im", "is", "je", "lt", "lv", "no", "se", "sj"]
polynesia = ["as", "ck", "nu", "pf", "pn", "tk", "to", "tv", "wf", "ws"]
south-eastern-asia = ["bn", "id", "kh", "la", "mm", "my", "ph", "sg", "th", "tl", "vn"]
southern-africa = ["bw", "ls", "na", "sz", "za"]
southern-asia = ["af", "bd", "bt", "in", "ir", "lk", "mv", "np", "pk"]
southern-europe = ["ad", "al", "ba", "es", "gi", "gr", "hr", "it", "me", "mk", "mt", "pt", "rs", "si", "sm", "va"]
subregion-south-america = ["ar", "bo", "br", "cl", "co", "ec", "fk", "gf", "gs", "gy", "pe", "py", "sr", "uy", "ve"]
western-africa = ["bf", "bj", "ci", "cv", "gh", "gm", "gn", "gw", "lr", "ml", "mr", "ne", "ng", "sh", "sl", "sn", "tg"]
western-asia = ["ae", "am", "az", "bh", "cy", "ge", "il", "iq", "jo", "kw", "lb", "om", "ps", "qa", "sa", "sy", "tr", "ye"]
western-europe = ["at", "be", "ch", "de", "fr", "li", "lu", "mc", "nl"]
# World Regions:
amer = ["ag", "ai", "aq", "ar", "aw", "bb", "bm", "bo", "br", "bs", "bz", "ca", "cl", "co", "cr", "cu", "cw", "dm", "do", "ec", "fk", "gd", "gf", "gp", "gs", "gt", "gy", "hn", "ht", "jm", "kn", "ky", "lc", "mf", "mq", "mx", "ni", "pa", "pe", "pm", "pr", "py", "sr", "sv", "sx", "tt", "um", "us", "uy", "vc", "ve", "vg", "vi"]
apac = ["af", "as", "au", "bd", "bl", "bn", "bq", "bt", "bv", "cc", "ck", "cn", "cx", "fj", "fm", "gu", "hk", "hm", "id", "in", "io", "jp", "kh", "ki", "kp", "kr", "la", "lk", "mh", "mm", "mn", "mo", "mp", "mv", "my", "nc", "nf", "np", "nr", "nu", "nz", "pf", "pg", "ph", "pk", "pn", "pw", "sb", "sg", "sh", "tc", "th", "tk", "tl", "to", "tv", "tw", "vn", "vu", "wf", "ws"]
emea = ["ad", "ae", "al", "am", "ao", "at", "ax", "az", "ba", "be", "bf", "bg", "bh", "bi", "bj", "bw", "by", "cd", "cf", "cg", "ch", "ci", "cm", "cv", "cy", "cz", "de", "dj", "dk", "dz", "ee", "eg", "eh", "er", "es", "et", "fi", "fo", "fr", "ga", "gb", "ge", "gg", "gh", "gi", "gl", "gm", "gn", "gq", "gr", "gw", "hr", "hu", "ie", "il", "im", "iq", "ir", "is", "it", "je", "jo", "ke", "kg", "km", "kw", "kz", "lb", "li", "lr", "ls", "lt", "lu", "lv", "ly", "ma", "mc", "md", "me", "mg", "mk", "ml", "mr", "ms", "mt", "mu", "mw", "mz", "na", "ne", "ng", "nl", "no", "om", "pl", "ps", "pt", "qa", "re", "ro", "rs", "ru", "rw", "sa", "sc", "sd", "se", "si", "sj", "sk", "sl", "sm", "sn", "so", "ss", "st", "sy", "sz", "td", "tf", "tg", "tj", "tm", "tn", "tr", "tz", "ua", "ug", "uz", "va", "ye", "yt", "za", "zm", "zw"]
# Default to all countries:
default = ["ad", "ae", "af", "ag", "ai", "al", "am", "ao", "aq", "ar", "as", "at", "au", "aw", "ax", "az", "ba", "bb", "bd", "be", "bf", "bg", "bh", "bi", "bj", "bl", "bm", "bn", "bo", "bq", "br", "bs", "bt", "bv", "bw", "by", "bz", "ca", "cc", "cd", "cf", "cg", "ch", "ci", "ck", "cl", "cm", "cn", "co", "cr", "cu", "cv", "cw", "cx", "cy", "cz", "de", "dj", "dk", "dm", "do", "dz", "ec", "ee", "eg", "eh", "er", "es", "et", "fi", "fj", "fk", "fm", "fo", "fr", "ga", "gb", "gd", "ge", "gf", "gg", "gh", "gi", "gl", "gm", "gn", "gp", "gq", "gr", "gs", "gt", "gu", "gw", "gy", "hk", "hm", "hn", "hr", "ht", "hu", "id", "ie", "il", "im", "in", "io", "iq", "ir", "is", "it", "je", "jm", "jo", "jp", "ke", "kg", "kh", "ki", "km", "kn", "kp", "kr", "kw", "ky", "kz", "la", "lb", "lc", "li", "lk", "lr", "ls", "lt", "lu", "lv", "ly", "ma", "mc", "md", "me", "mf", "mg", "mh", "mk", "ml", "mm", "mn", "mo", "mp", "mq", "mr", "ms", "mt", "mu", "mv", "mw", "mx", "my", "mz", "na", "nc", "ne", "nf", "ng", "ni", "nl", "no", "np", "nr", "nu", "nz", "om", "pa", "pe", "pf", "pg", "ph", "pk", "pl", "pm", "pn", "pr", "ps", "pt", "pw", "py", "qa", "re", "ro", "rs", "ru", "rw", "sa", "sb", "sc", "sd", "se", "sg", "sh", "si", "sj", "sk", "sl", "sm", "sn", "so", "sr", "ss", "st", "sv", "sx", "sy", "sz", "tc", "td", "tf", "tg", "th", "tj", "tk", "tl", "tm", "tn", "to", "tr", "tt", "tv", "tw", "tz", "ua", "ug", "um", "us", "uy", "uz", "va", "vc", "ve", "vg", "vi", "vn", "vu", "wf", "ws", "ye", "yt", "za", "zm", "zw"]
# Countries:
ad = [] # The Principality of Andorra (Europe)
ae = [] # The United Arab Emirates (Asia)
af = [] # The Islamic Republic of Afghanistan (Asia)
ag = [] # Antigua and Barbuda (Americas)
ai = [] # Anguilla (Americas)
al = [] # The Republic of Albania (Europe)
am = [] # The Republic of Armenia (Asia)
ao = [] # The Republic of Angola (Africa)
aq = [] # Antarctica
ar = [] # The Argentine Republic (Americas)
as = [] # The Territory of American Samoa (Oceania)
at = [] # The Republic of Austria (Europe)
au = [] # The Commonwealth of Australia (Oceania)
aw = [] # Aruba (Americas)
ax = [] # Åland (Europe)
az = [] # The Republic of Azerbaijan (Asia)
ba = [] # Bosnia and Herzegovina (Europe)
bb = [] # Barbados (Americas)
bd = [] # The People's Republic of Bangladesh (Asia)
be = [] # The Kingdom of Belgium (Europe)
bf = [] # Burkina Faso (Africa)
bg = [] # The Republic of Bulgaria (Europe)
bh = [] # The Kingdom of Bahrain (Asia)
bi = [] # The Republic of Burundi (Africa)
bj = [] # The Republic of Benin (Africa)
bl = [] # The Collectivity of Saint-Barthélemy (Americas)
bm = [] # Bermuda (Americas)
bn = [] # The Nation of Brunei, the Abode of Peace (Asia)
bo = [] # The Plurinational State of Bolivia (Americas)
bq = [] # Bonaire, Sint Eustatius and Saba (Americas)
br = [] # The Federative Republic of Brazil (Americas)
bs = [] # The Commonwealth of The Bahamas (Americas)
bt = [] # The Kingdom of Bhutan (Asia)
bv = [] # Bouvet Island
bw = [] # The Republic of Botswana (Africa)
by = [] # The Republic of Belarus (Europe)
bz = [] # Belize (Americas)
ca = [] # Canada (Americas)
cc = [] # The Territory of Cocos (Keeling) Islands (Oceania)
cd = [] # The Democratic Republic of the Congo (Africa)
cf = [] # The Central African Republic (Africa)
cg = [] # The Republic of the Congo (Africa)
ch = [] # The Swiss Confederation (Europe)
ci = [] # The Republic of Côte d'Ivoire (Africa)
ck = [] # The Cook Islands (Oceania)
cl = [] # The Republic of Chile (Americas)
cm = [] # The Republic of Cameroon (Africa)
cn = [] # The People's Republic of China (Asia)
co = [] # The Republic of Colombia (Americas)
cr = [] # The Republic of Costa Rica (Americas)
cu = [] # The Republic of Cuba (Americas)
cv = [] # The Republic of Cabo Verde (Africa)
cw = [] # The Country of Curaçao (Americas)
cx = [] # The Territory of Christmas Island (Oceania)
cy = [] # The Republic of Cyprus (Asia)
cz = [] # The Czech Republic (Europe)
de = [] # The Federal Republic of Germany (Europe)
dj = [] # The Republic of Djibouti (Africa)
dk = [] # The Kingdom of Denmark (Europe)
dm = [] # The Commonwealth of Dominica (Americas)
do = [] # The Dominican Republic (Americas)
dz = [] # The People's Democratic Republic of Algeria (Africa)
ec = [] # The Republic of Ecuador (Americas)
ee = [] # The Republic of Estonia (Europe)
eg = [] # The Arab Republic of Egypt (Africa)
eh = [] # The Sahrawi Arab Democratic Republic (Africa)
er = [] # The State of Eritrea (Africa)
es = [] # The Kingdom of Spain (Europe)
et = [] # The Federal Democratic Republic of Ethiopia (Africa)
fi = [] # The Republic of Finland (Europe)
fj = [] # The Republic of Fiji (Oceania)
fk = [] # The Falkland Islands (Americas)
fm = [] # The Federated States of Micronesia (Oceania)
fo = [] # The Faroe Islands (Europe)
fr = [] # The French Republic (Europe)
ga = [] # The Gabonese Republic (Africa)
gb = [] # The United Kingdom of Great Britain and Northern Ireland (Europe)
gd = [] # Grenada (Americas)
ge = [] # Georgia (Asia)
gf = [] # Guyane (Americas)
gg = [] # The Bailiwick of Guernsey (Europe)
gh = [] # The Republic of Ghana (Africa)
gi = [] # Gibraltar (Europe)
gl = [] # Kalaallit Nunaat (Americas)
gm = [] # The Republic of The Gambia (Africa)
gn = [] # The Republic of Guinea (Africa)
gp = [] # Guadeloupe (Americas)
gq = [] # The Republic of Equatorial Guinea (Africa)
gr = [] # The Hellenic Republic (Europe)
gs = [] # South Georgia and the South Sandwich Islands (Americas)
gt = [] # The Republic of Guatemala (Americas)
gu = [] # The Territory of Guam (Oceania)
gw = [] # The Republic of Guinea-Bissau (Africa)
gy = [] # The Co-operative Republic of Guyana (Americas)
hk = [] # The Hong Kong Special Administrative Region of China (Asia)
hm = [] # The Territory of Heard Island and McDonald Islands
hn = [] # The Republic of Honduras (Americas)
hr = [] # The Republic of Croatia (Europe)
ht = [] # The Republic of Haiti (Americas)
hu = [] # Hungary (Europe)
id = [] # The Republic of Indonesia (Asia)
ie = [] # Ireland (Europe)
il = [] # The State of Israel (Asia)
im = [] # The Isle of Man (Europe)
in = [] # The Republic of India (Asia)
io = [] # The British Indian Ocean Territory (Africa)
iq = [] # The Republic of Iraq (Asia)
ir = [] # The Islamic Republic of Iran (Asia)
is = [] # Iceland (Europe)
it = [] # The Italian Republic (Europe)
je = [] # The Bailiwick of Jersey (Europe)
jm = [] # Jamaica (Americas)
jo = [] # The Hashemite Kingdom of Jordan (Asia)
jp = [] # Japan (Asia)
ke = [] # The Republic of Kenya (Africa)
kg = [] # The Kyrgyz Republic (Asia)
kh = [] # The Kingdom of Cambodia (Asia)
ki = [] # The Republic of Kiribati (Oceania)
km = [] # The Union of the Comoros (Africa)
kn = [] # Saint Kitts and Nevis (Americas)
kp = [] # The Democratic People's Republic of Korea (Asia)
kr = [] # The Republic of Korea (Asia)
kw = [] # The State of Kuwait (Asia)
ky = [] # The Cayman Islands (Americas)
kz = [] # The Republic of Kazakhstan (Asia)
la = [] # The Lao People's Democratic Republic (Asia)
lb = [] # The Lebanese Republic (Asia)
lc = [] # Saint Lucia (Americas)
li = [] # The Principality of Liechtenstein (Europe)
lk = [] # The Democratic Socialist Republic of Sri Lanka (Asia)
lr = [] # The Republic of Liberia (Africa)
ls = [] # The Kingdom of Lesotho (Africa)
lt = [] # The Republic of Lithuania (Europe)
lu = [] # The Grand Duchy of Luxembourg (Europe)
lv = [] # The Republic of Latvia (Europe)
ly = [] # The State of Libya (Africa)
ma = [] # The Kingdom of Morocco (Africa)
mc = [] # The Principality of Monaco (Europe)
md = [] # The Republic of Moldova (Europe)
me = [] # Montenegro (Europe)
mf = [] # The Collectivity of Saint-Martin (Americas)
mg = [] # The Republic of Madagascar (Africa)
mh = [] # The Republic of the Marshall Islands (Oceania)
mk = [] # The Republic of North Macedonia (Europe)
ml = [] # The Republic of Mali (Africa)
mm = [] # The Republic of the Union of Myanmar (Asia)
mn = [] # Mongolia (Asia)
mo = [] # The Macao Special Administrative Region of China (Asia)
mp = [] # The Commonwealth of the Northern Mariana Islands (Oceania)
mq = [] # Martinique (Americas)
mr = [] # The Islamic Republic of Mauritania (Africa)
ms = [] # Montserrat (Americas)
mt = [] # The Republic of Malta (Europe)
mu = [] # The Republic of Mauritius (Africa)
mv = [] # The Republic of Maldives (Asia)
mw = [] # The Republic of Malawi (Africa)
mx = [] # The United Mexican States (Americas)
my = [] # Malaysia (Asia)
mz = [] # The Republic of Mozambique (Africa)
na = [] # The Republic of Namibia (Africa)
nc = [] # New Caledonia (Oceania)
ne = [] # The Republic of the Niger (Africa)
nf = [] # The Territory of Norfolk Island (Oceania)
ng = [] # The Federal Republic of Nigeria (Africa)
ni = [] # The Republic of Nicaragua (Americas)
nl = [] # The Kingdom of the Netherlands (Europe)
no = [] # The Kingdom of Norway (Europe)
np = [] # The Federal Democratic Republic of Nepal (Asia)
nr = [] # The Republic of Nauru (Oceania)
nu = [] # Niue (Oceania)
nz = [] # New Zealand (Oceania)
om = [] # The Sultanate of Oman (Asia)
pa = [] # The Republic of Panamá (Americas)
pe = [] # The Republic of Perú (Americas)
pf = [] # French Polynesia (Oceania)
pg = [] # The Independent State of Papua New Guinea (Oceania)
ph = [] # The Republic of the Philippines (Asia)
pk = [] # The Islamic Republic of Pakistan (Asia)
pl = [] # The Republic of Poland (Europe)
pm = [] # The Overseas Collectivity of Saint-Pierre and Miquelon (Americas)
pn = [] # The Pitcairn, Henderson, Ducie and Oeno Islands (Oceania)
pr = [] # The Commonwealth of Puerto Rico (Americas)
ps = [] # The State of Palestine (Asia)
pt = [] # The Portuguese Republic (Europe)
pw = [] # The Republic of Palau (Oceania)
py = [] # The Republic of Paraguay (Americas)
qa = [] # The State of Qatar (Asia)
re = [] # Réunion (Africa)
ro = [] # Romania (Europe)
rs = [] # The Republic of Serbia (Europe)
ru = [] # The Russian Federation (Europe)
rw = [] # The Republic of Rwanda (Africa)
sa = [] # The Kingdom of Saudi Arabia (Asia)
sb = [] # The Solomon Islands (Oceania)
sc = [] # The Republic of Seychelles (Africa)
sd = [] # The Republic of the Sudan (Africa)
se = [] # The Kingdom of Sweden (Europe)
sg = [] # The Republic of Singapore (Asia)
sh = [] # Saint Helena, Ascension and Tristan da Cunha (Africa)
si = [] # The Republic of Slovenia (Europe)
sj = [] # Svalbard and Jan Mayen (Europe)
sk = [] # The Slovak Republic (Europe)
sl = [] # The Republic of Sierra Leone (Africa)
sm = [] # The Republic of San Marino (Europe)
sn = [] # The Republic of Senegal (Africa)
so = [] # The Federal Republic of Somalia (Africa)
sr = [] # The Republic of Suriname (Americas)
ss = [] # The Republic of South Sudan (Africa)
st = [] # The Democratic Republic of São Tomé and Príncipe (Africa)
sv = [] # The Republic of El Salvador (Americas)
sx = [] # Sint Maarten (Americas)
sy = [] # The Syrian Arab Republic (Asia)
sz = [] # The Kingdom of Eswatini (Africa)
tc = [] # The Turks and Caicos Islands (Americas)
td = [] # The Republic of Chad (Africa)
tf = [] # The French Southern and Antarctic Lands (Africa)
tg = [] # The Togolese Republic (Africa)
th = [] # The Kingdom of Thailand (Asia)
tj = [] # The Republic of Tajikistan (Asia)
tk = [] # Tokelau (Oceania)
tl = [] # The Democratic Republic of Timor-Leste (Asia)
tm = [] # Turkmenistan (Asia)
tn = [] # The Republic of Tunisia (Africa)
to = [] # The Kingdom of Tonga (Oceania)
tr = [] # The Republic of Türkiye (Asia)
tt = [] # The Republic of Trinidad and Tobago (Americas)
tv = [] # Tuvalu (Oceania)
tw = [] # Taiwan, Province of China (Asia)
tz = [] # The United Republic of Tanzania (Africa)
ua = [] # Ukraine (Europe)
ug = [] # The Republic of Uganda (Africa)
um = [] # United States Minor Outlying Islands (Americas)
us = [] # The United States of America (Americas)
uy = [] # The Oriental Republic of Uruguay (Americas)
uz = [] # The Republic of Uzbekistan (Asia)
va = [] # The Holy See (Europe)
vc = [] # Saint Vincent and the Grenadines (Americas)
ve = [] # The Bolivarian Republic of Venezuela (Americas)
vg = [] # The Virgin Islands (Americas)
vi = [] # The Virgin Islands of the United States (Americas)
vn = [] # The Socialist Republic of Viet Nam (Asia)
vu = [] # The Republic of Vanuatu (Oceania)
wf = [] # The Territory of the Wallis and Futuna Islands (Oceania)
ws = [] # The Independent State of Samoa (Oceania)
ye = [] # The Republic of Yemen (Asia)
yt = [] # The Department of Mayotte (Africa)
za = [] # The Republic of South Africa (Africa)
zm = [] # The Republic of Zambia (Africa)
zw = [] # The Republic of Zimbabwe (Africa)