monkey-front-core 0.0.448 → 0.0.449
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 -1
- package/fesm2015/monkey-front-core.mjs +2 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +2 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.449.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.448.tgz +0 -0
|
@@ -3339,6 +3339,8 @@ class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService {
|
|
|
3339
3339
|
}
|
|
3340
3340
|
console.log('lang no core');
|
|
3341
3341
|
console.log(lang);
|
|
3342
|
+
console.log('i18n no core');
|
|
3343
|
+
console.log(i18n);
|
|
3342
3344
|
lang = i18n?.lang || `${environment?.lang || 'pt-BR'}`;
|
|
3343
3345
|
console.log('segundo lang');
|
|
3344
3346
|
console.log(lang);
|