monkey-front-core 0.0.521 → 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.
- package/esm2020/lib/core/services/config/monkeyecx-i18n-config.service.mjs +3 -2
- package/fesm2015/monkey-front-core.mjs +2 -1
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +2 -1
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.523.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.521.tgz +0 -0
|
@@ -3793,8 +3793,9 @@ 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-
|
|
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);
|