I installed the 5.18.3 using the --no-npm in React, selected the languages i wish to export. However, when I log:
console.log(’>>localePt’, localePtBR);
console.log(’>>localeEs’, localeEs);
console.log(’>>locale’, locale);
localePt and localeEs returns empty. The locale returns only an en object.
I inspected the mobiscroll.react.min.js and it DOES actually have the ES and Pt translations. But it is not being accessed by react.
Please someone help.