Translations from database are only returned if not present in file #155
Unanswered
leonardobuares
asked this question in
Bugs
Replies: 1 comment
-
I've also gotten this, any way to resolve in Laravel 10? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The readme says: "If a translation is present in both a file and the database, the database version will be returned." but the opposite happens to me. I'm using json files, I tried in a new laravel 9 + php 8.0 project and same thing happens. Is this a bug or am I doing something wrong? Even creating a new laravel project I can't get the database version as priority.
Beta Was this translation helpful? Give feedback.
All reactions