Skip to content

Commit

Permalink
fix: Removing XX from suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Aug 17, 2021
1 parent 376c537 commit ef2f33f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
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

0 comments on commit ef2f33f

Please sign in to comment.