Bug #19491
Notification blueprint seed does not i18n properly
Status:
Closed
Priority:
Normal
Assignee:
Category:
Internationalization
Target version:
Difficulty:
trivial
Triaged:
Pull request:
Description
db/seeds.d/17-notification_blueprints.rb is using `_()` for translation, but it should be `N_()`
Associated revisions
Fixes #19491 - properly i18n notification seed
(cherry picked from commit 81d7149c284e38db01b12b40a38c52e2d052dab4)
History
#1
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4518 added
#2
Updated by Justin Sherrill almost 6 years ago
- Description updated (diff)
#3
Updated by Justin Sherrill almost 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 81d7149c284e38db01b12b40a38c52e2d052dab4.
#4
Updated by Marek Hulán almost 6 years ago
- Legacy Backlogs Release (now unused) set to 240
#5
Updated by Marek Hulán almost 6 years ago
- Legacy Backlogs Release (now unused) changed from 240 to 266
Based on github PR comments, this is a good candidate for 1.15.2. Setting release accordingly, Daniel please reset if you disagree.
Fixes #19491 - properly i18n notification seed