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?
Laravel Lang Help
Getting Started | Laravel Lang
Solution:Jump to 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
2 Replies
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
Cool thanks for the reply