v6.0.0
Breaking changes
The language files in the langs
dir now optionally support an array of strings for the names of a country. see #175
Therefore, the getNames
function now returns a struct like this:
{
"RU": ["Russian Federation", "Russia"],
"RW": "Rwanda"
}