Raphaël Balet
Raphaël Balet
Closing in favor of: https://github.com/ngx-translate/core/issues/1567
We've renamed `defaultLang` to `fallbackLang` and it does now have correct type
@faltfe please set `fallbackLang` and `lang` as follow and it will work as you wish ``` provideTranslateService({ loader: provideTranslateHttpLoader({prefix:"/i18n/app/"}), fallbackLang: 'en', lang: 'de' }) ```
@endlacer Old topic, but I'm wondering if you still see the use of it. I'm asking cause I think that, if you're willing to handle the reload of a page...
This error do also happen we you do not have a `project.json` file in any one of the application. (It could be worth having a better error)
@Yasir-Rafique Are you aware of any workaround that we can use before your PR ever get implemented? I've tried downloaded a fixed version of the `file-type: v21.0.0` but this did...
Closing as more information needed
Will be automatically updated with the following PR : https://github.com/ngx-translate/core/pull/1574
Hey @Galileon-venta. That is a really good question. there is _(yet ; )_ no official way to support it and if wished I could do a PR, but here is...
@Galileon-venta good catch, I'll analyse the code, modify it and see if I can get a PR to add official support for this kind of resolver