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 was wondering also thou, since this package has it's own translations... but it does not include that in the database when syncing...
please tell me if I'm missing something here...
The reason why I was having trouble was because I'm using the package filament-admin... and this package is not finding the correct translations for the filament-admin package when using the database driver...
anyways... I've created a middleware to reset the translator when I'm on a specific path... for a quick fix of my problem...
laravel-translation/src/Drivers/File.php
Line 45 in e10786b
I was wondering also thou, since this package has it's own translations... but it does not include that in the database when syncing...
please tell me if I'm missing something here...
The reason why I was having trouble was because I'm using the package
filament-admin
... and this package is not finding the correct translations for the filament-admin package when using thedatabase
driver...anyways... I've created a middleware to reset the translator when I'm on a specific path... for a quick fix of my problem...
The text was updated successfully, but these errors were encountered: