Opened 14 years ago
Closed 14 years ago
#20764 closed defect (bug) (fixed)
Role names not translated in new user notification message in MS
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.5 | Priority: | normal |
| Severity: | normal | Version: | 3.3.2 |
| Component: | I18N | Keywords: | has-patch dev-feedback |
| Focuses: | Cc: |
Description
In Multisite when a new user gets added to a site, the role name in the notification message does not get translated.
Currently the role name itself is used (which is lowercase and English only) not the role display name.
In the patch I call get_editable_roles() to also take custom role names into account, when fetching the role display name.
Attachments (3)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Closed #14830 as a duplicate.