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.