Active Admin - Devise email translation -
i trying translate e-mail body of activation, etc. emails devise sends out active admin admin_user, in devise.local.yml file couldn't find is. i've found subject translations.
where can find it?
best wishes, matt
first have take add devise translation (https://github.com/tigrish/devise-i18n/tree/master/config/locales) language.yml file, check structure maintained after insertion:
#config/locales/language.yml <language>: devise: :<blah>...
after have make views project , mails follows:
rails generate devise:views
edit views in app/views/mailer
good luck!
Comments
Post a Comment