Level 6
Probably your auth POST request is not containing the locale in the url, so it gets the default app.locale (french in your case)
Hi folks,
Like I said in the title, I'm have trouble translating Auth validation, here is my setup.
php artisan make:auth
fr is my app.locale, my supported locales are en, es etc...My problem is that my auth validation is ALWAYS translated in french (aka my app default locale). Does the default Auth module have custom validation that I need to dig up and change by myself to accept additional locales or is it a more general problem and I need to have custom validation for all my forms ?
Probably your auth POST request is not containing the locale in the url, so it gets the default app.locale (french in your case)
Please or to participate in this conversation.