Skip to content

Commit

Permalink
feat(locale): update location/country list (#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Mayer committed Dec 24, 2022
1 parent dd81fe1 commit ce1fa2f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
21 changes: 13 additions & 8 deletions src/locales/en/location/country.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
export default [
'Afghanistan',
'Aland Islands',
'Albania',
'Algeria',
'American Samoa',
'Andorra',
'Angola',
'Anguilla',
'Antarctica (the territory South of 60 deg S)',
'Antarctica',
'Antigua and Barbuda',
'Argentina',
'Armenia',
Expand All @@ -25,9 +26,10 @@ export default [
'Bermuda',
'Bhutan',
'Bolivia',
'Bonaire, Sint Eustatius and Saba',
'Bosnia and Herzegovina',
'Botswana',
'Bouvet Island (Bouvetoya)',
'Bouvet Island',
'Brazil',
'British Indian Ocean Territory (Chagos Archipelago)',
'Brunei Darussalam',
Expand All @@ -53,8 +55,10 @@ export default [
"Cote d'Ivoire",
'Croatia',
'Cuba',
'Curacao',
'Cyprus',
'Czech Republic',
'Czechia',
'Democratic Republic of the Congo',
'Denmark',
'Djibouti',
'Dominica',
Expand All @@ -65,6 +69,7 @@ export default [
'Equatorial Guinea',
'Eritrea',
'Estonia',
'Eswatini',
'Ethiopia',
'Faroe Islands',
'Falkland Islands (Malvinas)',
Expand Down Expand Up @@ -126,7 +131,6 @@ export default [
'Lithuania',
'Luxembourg',
'Macao',
'Macedonia',
'Madagascar',
'Malawi',
'Malaysia',
Expand All @@ -151,7 +155,6 @@ export default [
'Namibia',
'Nauru',
'Nepal',
'Netherlands Antilles',
'Netherlands',
'New Caledonia',
'New Zealand',
Expand All @@ -160,12 +163,13 @@ export default [
'Nigeria',
'Niue',
'Norfolk Island',
'North Macedonia',
'Northern Mariana Islands',
'Norway',
'Oman',
'Pakistan',
'Palau',
'Palestinian Territory',
'Palestine',
'Panama',
'Papua New Guinea',
'Paraguay',
Expand Down Expand Up @@ -196,18 +200,19 @@ export default [
'Seychelles',
'Sierra Leone',
'Singapore',
'Slovakia (Slovak Republic)',
'Sint Maarten',
'Slovakia',
'Slovenia',
'Solomon Islands',
'Somalia',
'South Africa',
'South Georgia and the South Sandwich Islands',
'South Sudan',
'Spain',
'Sri Lanka',
'Sudan',
'Suriname',
'Svalbard & Jan Mayen Islands',
'Swaziland',
'Sweden',
'Switzerland',
'Syrian Arab Republic',
Expand Down
4 changes: 2 additions & 2 deletions test/__snapshots__/location.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`location > 42 > city 1`] = `"Port Valentine"`;

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

exports[`location > 42 > country 1`] = `"Haiti"`;
exports[`location > 42 > country 1`] = `"Guinea"`;

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

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

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

exports[`location > 1337 > country 1`] = `"Equatorial Guinea"`;
exports[`location > 1337 > country 1`] = `"Egypt"`;

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

Expand Down

0 comments on commit ce1fa2f

Please sign in to comment.