zerospam / laravel-gettext

Adds localization support to laravel applications using PoEdit and GNU-Gettext.
99 stars 56 forks source link

Password reset in another language other than default #15

Closed codiiv closed 6 years ago

codiiv commented 6 years ago

I just noticed something really weird. When a user resets the password using the default language, it works fine. When you try the same with one of the translation languages, you get passwords.user or auth.failed . . . Why is it and how do we fix?

codiiv commented 6 years ago

I solved this by copying the /resources/lang/en to /resources/lang/fr and applying translation.