Countries v4.0.0
Breaking changes
Before
"demonym": "Irish",
...
"demonyms": {
"fra": {
"f": "Irlandaise",
"m": "Irlandais"
}
}
After
"demonyms": {
"eng": {
"f": "Irish",
"m": "Irish"
},
"fra": {
"f": "Irlandaise",
"m": "Irlandais"
}
}
Additions
- add translated demonyms in French (#343)
- add DPRK as an alternative spelling to North Korea (#371)
- add altSpelling to Macedonia (#377)
Changes
- update TypeScript types to v3 (#376)