countries
countries copied to clipboard
Countries - ISO-639, ISO-3166 countries codes with subdivisions and names, ISO-4217 currency designators, ITU-T E.164 IDD phone codes, countries capitals, UN M.49 codes, IANA ccTLD countries domains,...
HI! Thanks for the project, this is awesome work! I'm using your library to import geolocation data and need the official languages by a country. To solve that, I'm building...
I like to use this lib, soo when I started to test for Brazil, I got a problem because the lib just accept the code 76 for Brazil currency. But...
I use this lib, soo when I started to test for Brazil, I got a problem because the lib just accept the code 76 for Brazil currency. But as we...
The Serbian Dinar uses 2 minor digits according to [ISO 4217](https://datahub.io/core/currency-codes)
I am missing native names when I want to provide users with options to pick their country. It's all in English which does not make sense in certain situations. So...
I notice you have a data file for ISO-3166-3, but I can't (for example) find [SU](https://www.iso.org/obp/ui/#iso:code:3166:SU). Are you planning on supporting these?
There is a typo in Islands naming: 1. Open https://github.com/biter777/countries/blob/master/countries.go **Actual result**: String path 1131 case 796: return "острова Туркс и Кайкос" **Expected result**: case 796: return "острова Теркс и...
I prepared a repo where you can use the CLI to fetch the newest ISO 3166 list or use the countries.json file. https://github.com/detrin/download-iso3166-list
When searching for `countries.ByName("scotland")` the return value is `GB`. For Scotland the correct ISO-3166-2 code should be `GB-SCT` instead. Same applies for all other main countries in UK, which don't...