You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
When used ModuleFedrationPlugin container to share the component from App1 to App2, translations are not been translated and only Keys are visible in App2 UI
App1 webpack looks like :
App2 webpack looks like:
Components in App2 (from App1) looks like
Expected/desired behavior:
In App2, the shared components should come up with translations and not only key
What is the expected behavior?
The shared components should come up with translations and not only key
What is the motivation / use case for changing the behavior?
translationd not coming up
I even tried adding react-i18next to peerDependencies but it didn't worked
The text was updated successfully, but these errors were encountered:
Current situation: Added a static json file of translations in studio and added them into translations via i18next.addResourceBundle, though key is added and can translate keys in browser console, shared components are not reflecting them.
Thanks @DhitiChavda , I suspect that this is because the plugin currently doesn't consider modules being exported via the ModuleFederation plugin. I probably can have a look sometime soon, been on my mind recently.
I'm submitting a bug report
major.minor.patch-pre
5.72.0
Please tell us about your environment:
Operating System:
macOs Ventura 13.1
Node Version:
6.2.0
14.19.3
6.14.7
webpack 5.72.0
Browser:
all
Language:
TypeScript X4.6.3
Current behavior:
When used ModuleFedrationPlugin container to share the component from App1 to App2, translations are not been translated and only Keys are visible in App2 UI
App1 webpack looks like :
App2 webpack looks like:
Components in App2 (from App1) looks like
Expected/desired behavior:
In App2, the shared components should come up with translations and not only key
What is the expected behavior?
The shared components should come up with translations and not only key
What is the motivation / use case for changing the behavior?
translationd not coming up
I even tried adding react-i18next to peerDependencies but it didn't worked
The text was updated successfully, but these errors were encountered: