monkey-front-core 0.0.177 → 0.0.178

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.
@@ -2730,10 +2730,9 @@ class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService {
2730
2730
  EXTERNAL: externali18n
2731
2731
  };
2732
2732
  }
2733
+ this.translateService.setTranslation('pt-BR', data, true);
2733
2734
  this.translateService.setTranslation(lang, data, true);
2734
2735
  this.translateService.use(lang);
2735
- if (change)
2736
- document.location.reload();
2737
2736
  }, (err) => {
2738
2737
  console.error(`i18n ${i18n?.lang} not found!`);
2739
2738
  monkeyecxErrorConfigService.apply('i18n');