monkey-front-core 21.0.13 → 21.0.15

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.
@@ -5576,6 +5576,8 @@ class MonkeyEcxI18nResolver {
5576
5576
  const locale = this._tokenStorageService.getMe()?.locale || this._localeId;
5577
5577
  const path = this._i18nPath;
5578
5578
  const host = this.getHost();
5579
+ console.log(this._i18nAlias);
5580
+ console.log(this._i18nPath);
5579
5581
  const url = [host || '', `assets/${path}/i18n/${locale}.json`].join(host ? '/' : '');
5580
5582
  const cacheKey = `${path}/${locale}`;
5581
5583
  const now = Date.now();