Defect #2070
Localization for permission names
Status: | Closed | Start date: | 2008-10-22 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | 0.8 | |||
Resolution: | Fixed | Affected version: | 0.7.3 |
Description
Permission names aren't being localized. It can probably be fixed rather simply without breaking current functionality (see the attached patch for an example, although maybe permission lang strings should be prefaced by "permission_" or something to ensure that if a GLoc key exists, it's for the permission).
Associated revisions
Makes permission screens localized (#2070).
History
#1
Updated by Jean-Philippe Lang over 14 years ago
- Category changed from Permissions and roles to UI
- Status changed from New to Closed
- Target version set to 0.8
- Resolution set to Fixed
Permission screens are now localized (r1943).
Permission strings are prefixed with permission_
as proposed.
Thanks.