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
Raruto
changed the title
Lazy loading language translation (i18n) instead to load all translation
Lazy loading active language translation (i18n) instead to include all locales within the generated bundle (ref: app.min.js)
May 18, 2023
Raruto
changed the title
Lazy loading active language translation (i18n) instead to include all locales within the generated bundle (ref: app.min.js)
Lazy loading active language translation (i18n) instead to include all locales within the generated bundle
May 18, 2023
Checklist
Motivation
It could be useful to load at runtime a specific language translation instead to load all translation language inside code
Suggested solution
Spit language translation files in json format and get a specific traslation over http request (async mode)
Alternatives considered
No response
The text was updated successfully, but these errors were encountered: