F
Filament6mo ago
Hik

Best option to generate translations

Changing the locale in the app config seems to be good enough but some translations such as form errors are missing. I found this which seems to generate translations for all locales https://laravel-lang.com/introduction.html is this the standard package or are there better options?
Solution:
I think Laravel Lang is pretty much the standard. Form Validation is part of Laravel that's why it doesn't come with Filament translations
Jump to solution
2 Replies
Solution
Dennis Koch
Dennis Koch6mo ago
I think Laravel Lang is pretty much the standard. Form Validation is part of Laravel that's why it doesn't come with Filament translations
Hik
HikOP6mo ago
Cool thanks for the reply

Did you find this page helpful?