Comparing version 0.0.3 to 0.0.4
@@ -37,3 +37,3 @@ 'use strict'; | ||
case 'enum': | ||
out = 'should be equal to one of values in "enum"'; | ||
out = 'should be equal to one of predefined values'; | ||
break; | ||
@@ -86,3 +86,3 @@ case 'format': | ||
var n = e.schema; | ||
out += 'should NOT be shorter than ' + (n) + ' character'; | ||
out += 'should not be shorter than ' + (n) + ' character'; | ||
if (n != 1) { | ||
@@ -89,0 +89,0 @@ out += 's'; |
@@ -5,3 +5,4 @@ 'use strict'; | ||
en: require('./en'), | ||
ru: require('./ru') | ||
ru: require('./ru'), | ||
pl: require('./pl') | ||
}; |
{ | ||
"name": "ajv-i18n", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Internationalised error messages for ajv JSON-Schema validator", | ||
@@ -5,0 +5,0 @@ "main": "localize/index.js", |
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
16685
9
398