Hello @ocombe,
We are upgrading our app from Angular 1.5.3 to Angular 2 using Angular CLI. In each component, we have small translation files for each language.
Can you support this kind of load in next version? Since there are some advantages with small translation files for each component rather than a big one.
Thank you!
It's possible to do it using the shouldMerge option of the setTranslation method, but it's a bit complicated because you'll have to use the MissingTranslationHandler as well to bypass the loader when translations are missing.
I'll keep this opened as a feature request.
That would be nice! Thanks! ;)
+100
Just to clarify, partial loading isn't supported right now? If not, then consider this a +1 for this feature request :)
+1
+1
+1
+1
+1
Any update?
+1
update?
Most helpful comment
It's possible to do it using the
shouldMergeoption of thesetTranslationmethod, but it's a bit complicated because you'll have to use theMissingTranslationHandleras well to bypass the loader when translations are missing.I'll keep this opened as a feature request.