How can I send emails in Rails 3 using the recipient's locale?

后端 未结 7 1809
说谎
说谎 2021-02-03 23:44

How can I send mails in a mailer using the recipient\'s locale. I have the preferred locale for each user in the database. Notice this is different from the current locale (I18n

7条回答
  •  日久生厌
    2021-02-03 23:52

    Here's an updated version that also supports the '.key' short-hand notation, so you don't have to spell out each key in its entirety.

    http://github.com/larspind/i18n_action_mailer

提交回复
热议问题