Hi do you have any expe…

less than 1 minute read

Hi, do you have any experiences/best practices regarding i18n? I just started a greenfield Angular 9 project and this is my first monorepo. I intend to use the https://github.com/ngneat/transloco/|transloco library to handle the translations. I will have for each language 2 translation files: one containing all the business notions (provided by business consultants) and another one for everythin else. I will have to join them somehow for the runtime, probably like https://ngneat.github.io/transloco/docs/tools/scope-lib-extractor/#join-strategies|this

What are your recommendations regarding seaprating the translation files between apps/features etc.? Scoped Library Extractor | Transloco

Updated: