heartcombo / devise

Flexible authentication solution for Rails with Warden.
http://blog.plataformatec.com.br/tag/devise/
MIT License
23.95k stars 5.55k forks source link

Use locales on mailer views #5679

Open JuanVqz opened 6 months ago

JuanVqz commented 6 months ago

The other day I was trying to internationalize mailers on my application. I ended up copying the views to translate the mail content, which could be done by changing the content in the local (en.yml)file.

So, that is why I think it would be nice to have the I18n keys instead of the plain text in the mailers