Defect #8072
closedTwo untranslatable default role names
0%
Description
Names of the default roles "Non member" and "Anonymous" are not translatable.
Related issues
Updated by Etienne Massip over 13 years ago
- Assignee deleted (
Jean-Philippe Lang)
Isn't it the same as #8058 ?
Updated by Ebrahim Mohammadi over 13 years ago
No, I don't think so. This issue is just about a couple uninternationalized hard-coded strings in app/models/role.rb.
I'm not sure if they were left that way intentionally or otherwise. However I thought I'd better report it.
Updated by Ebrahim Mohammadi over 13 years ago
Yes, they appear in admin UI in roles management page. The two roles are special roles added by Redmine. But the strings are not internationalized using I18n module so that translators can translate them into their language.
(I guess you wanted to make sure I know what I'm talking about. I hope my answer has helped.)
Updated by Etienne Massip over 13 years ago
- Target version set to Candidate for next major release
I couldn't simply remember of where they were visible, thanks.
Updated by Jean-Philippe Lang over 13 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
Fixed in r5333.