monkey-front-core 0.0.481 → 0.0.482

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.
@@ -3528,6 +3528,7 @@ class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService {
3528
3528
  }
3529
3529
  async apply(environment) {
3530
3530
  let lang = environment?.locale?.lang || 'pt-BR';
3531
+ console.log('@@@@@@@@@');
3531
3532
  try {
3532
3533
  const me = await this.tokenStorage?.getMe();
3533
3534
  console.log('**********************');
@@ -3536,6 +3537,7 @@ class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService {
3536
3537
  lang = me?.locale || lang;
3537
3538
  }
3538
3539
  catch (e) {
3540
+ console.log(e);
3539
3541
  // not to do
3540
3542
  }
3541
3543
  if (lang === 'es-CL') {