Unclaimed project
Are you a maintainer of countries? Claim this project to take control of your public changelog and roadmap.
demonym into demonyms (https://github.com/mledoze/countries/pull/369)demonym (https://github.com/mledoze/countries/pull/369)Before
"demonym": "Irish",
...
"demonyms": {
"fra": {
"f": "Irlandaise",
"m": "Irlandais"
}
}
After
"demonyms": {
"eng": {
"f": "Irish",
"m": "Irish"
},
"fra": {
"f": "Irlandaise",
"m": "Irlandais"
}
}