Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "cocorita", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Cocorita Translations Library", | ||
@@ -5,0 +5,0 @@ "main": "lib/cocorita.js", |
@@ -98,3 +98,3 @@ # Cocorita language translation library | ||
{ | ||
language // {String} The target language identifier | ||
language, // {String} The target language identifier | ||
initialize // {String[]} Array of languages whose translations will be initialized with the source text if not present. | ||
@@ -150,5 +150,5 @@ } | ||
hello: { | ||
de: "hallo" | ||
en: "hello" | ||
es: "hola" | ||
de: "hallo", | ||
en: "hello", | ||
es: "hola", | ||
it: "ciao" | ||
@@ -181,5 +181,5 @@ }, | ||
"hello": { | ||
"de": "hallo" | ||
"en": "hello" | ||
"es": "hola" | ||
"de": "hallo", | ||
"en": "hello", | ||
"es": "hola", | ||
"it": "ciao" | ||
@@ -186,0 +186,0 @@ }, |
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
18649