locizify 7.0.1 → 7.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/umd/locizify.js +1 -1
- package/dist/umd/locizify.min.js +1 -1
- package/locizify.js +1 -1
- package/locizify.min.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/umd/locizify.js
CHANGED
|
@@ -7803,7 +7803,7 @@
|
|
|
7803
7803
|
if (_this6.warnedLanguages && _this6.warnedLanguages.indexOf(language) > -1) return;
|
|
7804
7804
|
_this6.warnedLanguages || (_this6.warnedLanguages = []);
|
|
7805
7805
|
_this6.warnedLanguages.push(language);
|
|
7806
|
-
if (logger) logger.
|
|
7806
|
+
if (logger) logger.error("Language \"".concat(language, "\" is not available in locize project ").concat(_this6.options.projectId, "!"));
|
|
7807
7807
|
});
|
|
7808
7808
|
}, randomizeTimeout(_this6.options.checkForProjectTimeout));
|
|
7809
7809
|
}
|