You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i try to change language to German (de). I saw, that in sendportal-core is already a translation, so i don't have to translate it myself. It is in vendor\mettle\sendportal-core\resources\lang as de.json file.
I checked config/sendportal-host.php and added the de local:
After that, i can change in user profile the language:
I also changed the default language in config/app.php:
'locale' => 'de',
When i check with {{App::currentLocale();}} the actual used language, i get de. So this seems to be configured fine, but the app is still in English.
From Laravel docs (https://laravel.com/docs/11.x/localization#overriding-package-language-files), i also tried to copy the de.json to lang\vendor\mettle\sendportal-core\de or lang\vendor\mettle\de or lang\vendor\mettle\sendportal-core\de (don't know what {package} exactly means here), but the app is still in English.
What do i have to do that the apps uses the de.json file?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi there,
i try to change language to German (de). I saw, that in
sendportal-core
is already a translation, so i don't have to translate it myself. It is invendor\mettle\sendportal-core\resources\lang
asde.json
file.I checked
config/sendportal-host.php
and added thede
local:After that, i can change in user profile the language:
I also changed the default language in
config/app.php
:When i check with
{{App::currentLocale();}}
the actual used language, i getde
. So this seems to be configured fine, but the app is still in English.From Laravel docs (https://laravel.com/docs/11.x/localization#overriding-package-language-files), i also tried to copy the
de.json
tolang\vendor\mettle\sendportal-core\de
orlang\vendor\mettle\de
orlang\vendor\mettle\sendportal-core\de
(don't know what{package}
exactly means here), but the app is still in English.What do i have to do that the apps uses the
de.json
file?Thank you in advance!
The text was updated successfully, but these errors were encountered: