monkey-front-core 0.0.521 → 0.0.522

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.
@@ -3795,6 +3795,7 @@ class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService {
3795
3795
  if (this.i18nNotFound) {
3796
3796
  this.translateService.setDefaultLang('pt-br');
3797
3797
  this.translateService.use('pt-BR');
3798
+ return;
3798
3799
  }
3799
3800
  this.translateService.setDefaultLang(lang);
3800
3801
  this.translateService.use(lang);