Comparing version 0.14.1 to 0.14.2
@@ -1028,3 +1028,3 @@ /** | ||
) | ||
mutator(translate(defaultLocale, singular, plural)) | ||
mutator(translate(defaultLocale, singular, plural, true)) | ||
} else { | ||
@@ -1051,3 +1051,3 @@ mutator({ | ||
) | ||
mutator(translate(defaultLocale, singular, plural)) | ||
mutator(translate(defaultLocale, singular, plural, true)) | ||
} else { | ||
@@ -1054,0 +1054,0 @@ mutator(defaultSingular || singular) |
{ | ||
"name": "i18n", | ||
"description": "lightweight translation module with dynamic json storage", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"homepage": "http://github.com/mashpie/i18n-node", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
81475