alexrabarts / iso_country_codes

A Ruby library that provides ISO 3166-1 country codes/names and ISO 4217 currencies
http://github.com/alexrabarts/iso-country-codes
163 stars 62 forks source link

Fix typo in Vietnam country name #12

Closed ernesto-jimenez closed 10 years ago

ernesto-jimenez commented 10 years ago

VNM name appears as "Viet Nam" but the country is called "Vietnam"

gkop commented 10 years ago

+1

cf. https://en.wikipedia.org/wiki/Vietnam

kevin-bonnin commented 10 years ago

Yes, also when you get the country from request.location with Geocoder gem, it comes as "Vietnam" and throws an error.

alexrabarts commented 10 years ago

Thanks for raising the issue. Wikipedia updated (http://en.wikipedia.org/wiki/ISO_3166-1#Officially_assigned_code_elements), new data refreshed and point release pushed (0.4.3).