monkey-front-core 21.0.19 → 21.0.21
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,8 +5576,6 @@ 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);
|
|
5581
5579
|
const url = [host || '', `assets/${path}/i18n/${locale}.json`].join(host ? '/' : '');
|
|
5582
5580
|
const cacheKey = `${path}/${locale}`;
|
|
5583
5581
|
const now = Date.now();
|