Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[i18n] how to best support a library author providing translations for their library #36757
Comments
I am working on a PR that would support merging multiple translation files when translating an application. So if a library author provided a set of translation files it would be possible to combine them with the application translations. This would then need to be integrated into the Angular CLI. Further, we should look into how best to make this seamless. For instance agreeing on a file naming convention (or perhaps a property in |
I also have a PR in the works for doing |
Can we use merging multiple translation files in angular 10? By the way, is the dynamic switching of languages not supported by ivy? |
We should discuss how to best support a library author providing translations for their library.