monkey-front-core 0.0.522 → 0.0.523

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