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 the Brazil code 76(not used, old Cruzeiro currency) to 986(Real cā€¦ #39

Closed CarinaPetravicius closed 1 year ago

CarinaPetravicius commented 1 year ago

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 can see at https://pt.wikipedia.org/wiki/ISO_4217, the code 76 is for a very old Brazil currency named as Cruzeiro that is no longer valid since 30 years ago. The correct Brazil code is 986 for currency named as Real.

netlify[bot] commented 1 year ago

Deploy Preview for biter777countries ready!

Name Link
Latest commit 7842efd385e1e8949070021ecb8a00a0d0fb3a23
Latest deploy log https://app.netlify.com/sites/biter777countries/deploys/632138bce605610008297636
Deploy Preview https://deploy-preview-39--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

986 code added Great thnx!