pariz / gountries

Gountries provides: Countries (ISO-3166-1), Country Subdivisions(ISO-3166-2), Currencies (ISO 4217), Geo Coordinates(ISO-6709) as well as translations, country borders and other stuff exposed as struct data.
MIT License
408 stars 67 forks source link

Some countries missing trailing "(the)" in short name lower case #40

Open egeland opened 3 years ago

egeland commented 3 years ago

Some countries have a trailing "(the)" in the ISO short name - for example, the USA: https://www.iso.org/obp/ui/#iso:code:3166:US screenshot-prp60

When gountries is missing this, it causes validations to fail. Could these please be added, potentially behind a feature toggle?