biter777 / countries

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, FIPS, IOC/NOC and FIFA codes, VERY VERY FAST, compatible with Databases/JSON/BSON/GOB/XML/CSV, Emoji countries flags and currencies, Unicode CLDR.
https://pkg.go.dev/github.com/biter777/countries?tab=doc
BSD 2-Clause "Simplified" License
390 stars 74 forks source link

Fix: change currency code for Chile from CLF to CLP #47

Closed Altynai closed 1 year ago

Altynai commented 1 year ago

The original issue was reported in #31 and https://github.com/biter777/countries/commit/47f111525f0550b396054aba28eefb12507ae69d has made some changes in currencies.go file.

But it doesn't entirely fix the issue, since we need to change countries.go file as well, so that countries.ByName("CL").Info().Currency should return CurrencyCLP.

netlify[bot] commented 1 year ago

Deploy Preview for biter777countries ready!

Name Link
Latest commit 132a489206b313e9507356432a13d215001ac90a
Latest deploy log https://app.netlify.com/sites/biter777countries/deploys/63eba51e99892200087e83a0
Deploy Preview https://deploy-preview-47--biter777countries.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

biter777 commented 1 year ago

Done! Thnx!