Skip to content

Commit

Permalink
integrate changes from #358
Browse files Browse the repository at this point in the history
close #358
  • Loading branch information
mledoze committed Apr 10, 2020
1 parent 99666f3 commit 4056e9a
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 24 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add Hungarian translation (#385)
### Changed
- sort `translations` alphabetically (#384)
### Fixed
- rename capital city of Kazakhstan from Astana to Nur-Sultan
- change capital city of Burundi from Bujumbura to Gitega
- change demonym of United States Minor Outlying Islands to American Islander
- add South African rand as a currency to Eswatini
### Build
- add `files` in `package.json` to reduce package size (#388)
- generate calling codes (`callingCodes`) from international direct dialing info (`idd`) (#389)
Expand Down
12 changes: 8 additions & 4 deletions countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -2552,7 +2552,7 @@
]
},
"capital": [
"Bujumbura"
"Gitega"
],
"altSpellings": [
"BI",
Expand Down Expand Up @@ -17634,7 +17634,7 @@
]
},
"capital": [
"Astana"
"Nur-Sultan"
],
"altSpellings": [
"KZ",
Expand Down Expand Up @@ -31742,6 +31742,10 @@
"SZL": {
"name": "Swazi lilangeni",
"symbol": "L"
},
"ZAR": {
"name": "South African rand",
"symbol": "R"
}
},
"idd": {
Expand Down Expand Up @@ -34993,8 +34997,8 @@
"flag": "\ud83c\uddfa\ud83c\uddf2",
"demonyms": {
"eng": {
"f": "American",
"m": "American"
"f": "American Islander",
"m": "American Islander"
},
"fra": {
"f": "",
Expand Down
8 changes: 4 additions & 4 deletions dist/countries-unescaped.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/countries.csv

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/countries.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/countries.xml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/countries.yml

Large diffs are not rendered by default.

0 comments on commit 4056e9a

Please sign in to comment.