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 opened a PR that fixes an error, in which the translation helper can't find the translations anymore.
The app creates files in the pre Laravel 9 lang folder location. Laravel checks for that place and changes the lang path where the translations are searched for. This shouldn't happen though as Laravel 9s way is the new default.
See the PR for more information.
The text was updated successfully, but these errors were encountered:
I opened a PR that fixes an error, in which the translation helper can't find the translations anymore.
The app creates files in the pre Laravel 9 lang folder location. Laravel checks for that place and changes the lang path where the translations are searched for. This shouldn't happen though as Laravel 9s way is the new default.
See the PR for more information.
The text was updated successfully, but these errors were encountered: