i18n-iso-countries
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -21,3 +21,3 @@ var i18n = { | ||
"BB": "Barbade", | ||
"BY": "Bélarus", | ||
"BY": "Bielorussie", | ||
"BE": "Belgique", | ||
@@ -86,3 +86,3 @@ "BZ": "Belize", | ||
"GR": "Grèce", | ||
"GL": "Greenland", | ||
"GL": "Groenland", | ||
"GD": "Grenada", | ||
@@ -147,3 +147,3 @@ "GP": "Guadeloupe", | ||
"MS": "Montserrat", | ||
"MA": "Morocco", | ||
"MA": "Maroc", | ||
"MZ": "Mozambique", | ||
@@ -228,3 +228,3 @@ "MM": "Myanmar", | ||
"GB": "Royaume-Uni", | ||
"US": "United States", | ||
"US": "États-Unis", | ||
"UM": "États-Unis d'Amérique", | ||
@@ -231,0 +231,0 @@ "UY": "Uruguay", |
{ | ||
"name": "i18n-iso-countries", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "i18n for ISO 3166-1 country codes", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -68,2 +68,3 @@ [![Build Status](https://secure.travis-ci.org/michaelwittig/node-i18n-iso-countries.png)](http://travis-ci.org/michaelwittig/node-i18n-iso-countries) | ||
console.log("840 (Numeric) => " + countries.numericToAlpha3("840") + " (Alpha-3)"); // United States | ||
````` | ||
@@ -70,0 +71,0 @@ ### Get all Alpha-2 codes |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46079
90