Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Removing XX from suffixes #425

Merged
merged 1 commit into from
Aug 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- remove South Sudan from Sudan's geojson and topojson (#406)
- change subregion to `Eastern Europe` for Slovakia (#413)
### Fixed
- fixed idd of Russia and Kazakhstan by removing XX suffix (#425)
- rename capital city of Kazakhstan from Astana to Nur-Sultan (#391)
- change capital city of Burundi from Bujumbura to Gitega (#391)
- change demonym of United States Minor Outlying Islands to American Islander (#391)
Expand Down
14 changes: 7 additions & 7 deletions countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -18215,8 +18215,8 @@
"idd": {
"root": "+7",
"suffixes": [
"6XX",
"7XX"
"6",
"7"
]
},
"capital": [
Expand Down Expand Up @@ -29584,11 +29584,11 @@
"idd": {
"root": "+7",
"suffixes": [
"3XX",
"4XX",
"5XX",
"8XX",
"9XX"
"3",
"4",
"5",
"8",
"9"
]
},
"capital": [
Expand Down