How to change the language using the resources/lang folder #33
-
I am trying to override the default language of the themes section but can't seem to figure out how to use the translations. I saw that there is a resources/lang folder in the repo so I'm guessing there must be a way? I tried adding the folder resources/lang/fr/themes.php in my project but nothing changed. I also tried in the lang folder at the root without any results. Any help would be greatly appreciated! Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@nadeaumarc your language file for the package need to be in |
Beta Was this translation helpful? Give feedback.
@nadeaumarc your language file for the package need to be in
resources/lang/vendor/themes/fr/themes.php
. Check the docs for more info https://laravel.com/docs/10.x/localization#overriding-package-language-files