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

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -