Now if i go to auth page i'm load `/i18n/catalogs/ru.json`, but should have been loaded `/i18n/auth/ru.json`
If i swap places AuthModule & CatalogsModule in app.modules.ts - will be loaded `/i18n/auth/ru.json` (as expected).
How to load current module translation file?
I have app.module.ts like this:
**AuthModule:** **CatalogsModule:** Now if i go to auth page i'm load `/i18n/catalogs/ru.json`, but should have been loaded `/i18n/auth/ru.json` If i swap places AuthModule & CatalogsModule in app.modules.ts - will be loaded `/i18n/auth/ru.json` (as expected). How to load current module translation file?