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 CHANGED
@@ -1,3 +1,7 @@
1
+ ### 7.0.2
2
+
3
+ - update i18next-locize-backend
4
+
1
5
  ### 7.0.1
2
6
 
3
7
  - update i18next-locize-backend
@@ -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.warn("Language \"".concat(language, "\" is not available in locize project ").concat(_this6.options.projectId, "!"));
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
  }