monkey-front-core 0.0.524 → 0.0.525
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 +1 -3
- package/fesm2015/monkey-front-core.mjs +0 -2
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +0 -2
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.525.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.524.tgz +0 -0
|
@@ -3792,9 +3792,7 @@ class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService {
|
|
|
3792
3792
|
this.loadAlerts(environment, lang);
|
|
3793
3793
|
this.loadShared(environment, lang);
|
|
3794
3794
|
this.loadRegister(environment, lang);
|
|
3795
|
-
console.log('1');
|
|
3796
3795
|
if (this.i18nNotFound) {
|
|
3797
|
-
console.log('2');
|
|
3798
3796
|
this.translateService.setDefaultLang('pt-BR');
|
|
3799
3797
|
this.translateService.use('pt-BR');
|
|
3800
3798
|
return;
|