Defect #8075
Some "notifiable" names are not i18n-enabled
Status: | Closed | Start date: | 2011-04-05 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | I18n | |||
Target version: | 1.2.0 | |||
Resolution: | Fixed | Affected version: |
Description
Some "notifiable" names are not i18n-enabled. I see three untranslatable strings in
/settings?tab=notifications
:
- Issue note added
- Issue status updated
- Issue priority updated
I tracked the issue back to SettingsHelper::notification_field(notifiable)
which uses l_or_humanize
on notifiable.name
.
Associated revisions
Adds missing strings for notification settings (#8075).
History
#1
Updated by Etienne Massip about 11 years ago
- Target version set to Candidate for next major release
#2
Updated by Jean-Philippe Lang about 11 years ago
- Status changed from New to Closed
- Target version changed from Candidate for next major release to 1.2.0
- Resolution set to Fixed
Strings added to locales in r5357.