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
I just wanted to say a huge thanks for stepping in to maintain ngx-translate. I really appreciate all the time and effort you’re putting into keeping this library going!
Question:
As my project grows and the translation files become larger, I was wondering if there’s an option to load multiple translation files. I came across this blog [https://medium.com/@redin.gaetan/angular-multi-translation-files-7116239d915b]
I’ve successfully managed to load multiple files using this loader. However, the issue is that all files are eagerly loaded. Is there a way to load them dynamically/lazy, for instance, only when a specific route is accessed?
The text was updated successfully, but these errors were encountered:
voi99
changed the title
Dynamically Load Multiple Translation Files
Lazy Load Multiple Translation Files
Nov 7, 2024
Hi @CodeAndWeb
I just wanted to say a huge thanks for stepping in to maintain ngx-translate. I really appreciate all the time and effort you’re putting into keeping this library going!
Question:
As my project grows and the translation files become larger, I was wondering if there’s an option to load multiple translation files. I came across this blog [https://medium.com/@redin.gaetan/angular-multi-translation-files-7116239d915b]
I’ve successfully managed to load multiple files using this loader. However, the issue is that all files are eagerly loaded. Is there a way to load them dynamically/lazy, for instance, only when a specific route is accessed?
The text was updated successfully, but these errors were encountered: