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