Missing strings

Hi, I'm testing out Filament 3 in an existing Laravel project. I created an admin panel by php artisan filament:install --panels and navigation to localhost:8000/admin It seems like all strings are missing, as only the Laravel string references are shown everywhere. Like - filament-panels::pages/dashboard.title - filament-panels::widgets/filament-info-widget.actions.open_documentation.label - etc Any ideas what could be wrong? Thanks!
Solution:
What language and fallback language are you using? It's probably not fully translated.
Jump to solution
4 Replies
Solution
Dennis Koch
Dennis Koch2y ago
What language and fallback language are you using? It's probably not fully translated.
hgrimelid
hgrimelidOP2y ago
Of course! I switched back to en and it worked. Thanks!
Dennis Koch
Dennis Koch2y ago
You should never set the fallback language to the same language as the default language. Best to always use en as fallback
hgrimelid
hgrimelidOP2y ago
Yep, that was the problem, they were the same. I've switched to en as fallback now. 👍

Did you find this page helpful?