Do translation files like modules/modulename/resources/lang/de.json (loaded by ModuleProvider->boot $this->loadJSONTranslationsFrom) work for you?
I can't get any translations like __('Hello world') in module's blade files and routes to work. No error, but it just won't translate for me.
Translations loaded by loadTranslationsFrom works fine, so just the json ones don't.
Any idea how I could get the json translations to work?
Do translation files like modules/modulename/resources/lang/de.json (loaded by ModuleProvider->boot $this->loadJSONTranslationsFrom) work for you?
I can't get any translations like __('Hello world') in module's blade files and routes to work. No error, but it just won't translate for me.
Translations loaded by loadTranslationsFrom works fine, so just the json ones don't.
Any idea how I could get the json translations to work?