@ludens-reklame/vasadu
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -15,2 +15,5 @@ "use strict"; | ||
const emptyTranslation = 'Missing translation'; | ||
if (!values) { | ||
throw new Error(`The path "${path}" does not exist.`); | ||
} | ||
if (!(this.locale in values)) { | ||
@@ -17,0 +20,0 @@ console.warn(`Missing translation for path: '${path}'`); |
{ | ||
"name": "@ludens-reklame/vasadu", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Makes your localization life a breeze", | ||
@@ -5,0 +5,0 @@ "main": "./dist/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
4741
50