Bug #7172
E-mail notifications/mailers aren't translated
Description
The mailers and their templates aren't translated, so users receive reports in English always.
Related issues
Associated revisions
fixes #7586, #7734, #7172 - user preferences for receiving mail notifications
Adds a framework for user-selectable mail notifications. The work is
still done in ActionMailer classes and launch by rake in cron, however a
wrapper called MailNotification is used to provide RBAC and make the
association with users.
Plugins may seed their own mail notifications, see
db/seeds.d/16-mail-notifications.rb for an example.
Authors:
Shlomi Zadok <szadok@redhat.com>
Stephen Benjamin <stephen@redhat.com>
(cherry picked from commit 3a36bdf6179cfb3207af623584c021addb674ffb)
History
#1
Updated by Stephen Benjamin over 8 years ago
- Related to Tracker #7585: Mail notifications tracker added
#2
Updated by Stephen Benjamin over 8 years ago
- Has duplicate Feature #8010: As a user, I want to receive e-mails in my own language added
#3
Updated by Shlomi Zadok over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/1813 added
- Pull request deleted (
)
Fixed while working on mail notifications.
- Not sure why this haven't updated automatically...
#4
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 3a36bdf6179cfb3207af623584c021addb674ffb.
#5
Updated by Dominic Cleal over 8 years ago
- Assignee set to Stephen Benjamin
- Target version set to 1.7.2
- Legacy Backlogs Release (now unused) set to 21
fixes #7586, #7734, #7172 - user preferences for receiving mail notifications
Adds a framework for user-selectable mail notifications. The work is
still done in ActionMailer classes and launch by rake in cron, however a
wrapper called MailNotification is used to provide RBAC and make the
association with users.
Plugins may seed their own mail notifications, see
db/seeds.d/16-mail-notifications.rb for an example.
Authors:
Shlomi Zadok <szadok@redhat.com>
Stephen Benjamin <stephen@redhat.com>