Skip to content

Commit ce1fa2f

Browse files
author
Matt Mayer
authored
feat(locale): update location/country list (#1676)
1 parent dd81fe1 commit ce1fa2f

2 files changed

Lines changed: 15 additions & 10 deletions

File tree

src/locales/en/location/country.ts

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
export default [
22
'Afghanistan',
3+
'Aland Islands',
34
'Albania',
45
'Algeria',
56
'American Samoa',
67
'Andorra',
78
'Angola',
89
'Anguilla',
9-
'Antarctica (the territory South of 60 deg S)',
10+
'Antarctica',
1011
'Antigua and Barbuda',
1112
'Argentina',
1213
'Armenia',
@@ -25,9 +26,10 @@ export default [
2526
'Bermuda',
2627
'Bhutan',
2728
'Bolivia',
29+
'Bonaire, Sint Eustatius and Saba',
2830
'Bosnia and Herzegovina',
2931
'Botswana',
30-
'Bouvet Island (Bouvetoya)',
32+
'Bouvet Island',
3133
'Brazil',
3234
'British Indian Ocean Territory (Chagos Archipelago)',
3335
'Brunei Darussalam',
@@ -53,8 +55,10 @@ export default [
5355
"Cote d'Ivoire",
5456
'Croatia',
5557
'Cuba',
58+
'Curacao',
5659
'Cyprus',
57-
'Czech Republic',
60+
'Czechia',
61+
'Democratic Republic of the Congo',
5862
'Denmark',
5963
'Djibouti',
6064
'Dominica',
@@ -65,6 +69,7 @@ export default [
6569
'Equatorial Guinea',
6670
'Eritrea',
6771
'Estonia',
72+
'Eswatini',
6873
'Ethiopia',
6974
'Faroe Islands',
7075
'Falkland Islands (Malvinas)',
@@ -126,7 +131,6 @@ export default [
126131
'Lithuania',
127132
'Luxembourg',
128133
'Macao',
129-
'Macedonia',
130134
'Madagascar',
131135
'Malawi',
132136
'Malaysia',
@@ -151,7 +155,6 @@ export default [
151155
'Namibia',
152156
'Nauru',
153157
'Nepal',
154-
'Netherlands Antilles',
155158
'Netherlands',
156159
'New Caledonia',
157160
'New Zealand',
@@ -160,12 +163,13 @@ export default [
160163
'Nigeria',
161164
'Niue',
162165
'Norfolk Island',
166+
'North Macedonia',
163167
'Northern Mariana Islands',
164168
'Norway',
165169
'Oman',
166170
'Pakistan',
167171
'Palau',
168-
'Palestinian Territory',
172+
'Palestine',
169173
'Panama',
170174
'Papua New Guinea',
171175
'Paraguay',
@@ -196,18 +200,19 @@ export default [
196200
'Seychelles',
197201
'Sierra Leone',
198202
'Singapore',
199-
'Slovakia (Slovak Republic)',
203+
'Sint Maarten',
204+
'Slovakia',
200205
'Slovenia',
201206
'Solomon Islands',
202207
'Somalia',
203208
'South Africa',
204209
'South Georgia and the South Sandwich Islands',
210+
'South Sudan',
205211
'Spain',
206212
'Sri Lanka',
207213
'Sudan',
208214
'Suriname',
209215
'Svalbard & Jan Mayen Islands',
210-
'Swaziland',
211216
'Sweden',
212217
'Switzerland',
213218
'Syrian Arab Republic',

test/__snapshots__/location.spec.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exports[`location > 42 > city 1`] = `"Port Valentine"`;
1212

1313
exports[`location > 42 > cityName 1`] = `"Hamilton"`;
1414

15-
exports[`location > 42 > country 1`] = `"Haiti"`;
15+
exports[`location > 42 > country 1`] = `"Guinea"`;
1616

1717
exports[`location > 42 > countryCode > noArgs 1`] = `"GY"`;
1818

@@ -168,7 +168,7 @@ exports[`location > 1337 > city 1`] = `"New Carmella"`;
168168

169169
exports[`location > 1337 > cityName 1`] = `"East Hartford"`;
170170

171-
exports[`location > 1337 > country 1`] = `"Equatorial Guinea"`;
171+
exports[`location > 1337 > country 1`] = `"Egypt"`;
172172

173173
exports[`location > 1337 > countryCode > noArgs 1`] = `"EH"`;
174174

0 commit comments

Comments
 (0)