monkey-front-core 0.0.448 → 0.0.449

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.
@@ -3339,6 +3339,8 @@ class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService {
3339
3339
  }
3340
3340
  console.log('lang no core');
3341
3341
  console.log(lang);
3342
+ console.log('i18n no core');
3343
+ console.log(i18n);
3342
3344
  lang = i18n?.lang || `${environment?.lang || 'pt-BR'}`;
3343
3345
  console.log('segundo lang');
3344
3346
  console.log(lang);