Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TBI - Investigate i18next loading for modules #2498

Open
1 task
cianmSAP opened this issue Oct 24, 2024 · 0 comments
Open
1 task

TBI - Investigate i18next loading for modules #2498

cianmSAP opened this issue Oct 24, 2024 · 0 comments

Comments

@cianmSAP
Copy link
Contributor

Description (include screenshots)

There have been issues found in the prompting modules loading the i18next bundles of the sub modules.
A temp fix has been added to add the resource bundle of the sub module directly in the consuming module, after i18next has been initialised. See #2494

While this approach works it potentially requires consumers of the 'sub-module' to know to add the bundle.
In addition, the consuming module may end up having to add multiple bundles after initialising which could become hard to manage.

Value

It will improve the usability of the modules, i.e the i18next resource bundle will not have to be explicitly added but should be automatically preloaded when the module is consumed.

Architecture Elaboration

Does it requires architecture elaboration?

Notes

Tasks

  • Task 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant