Localize role name

Description

Sakai display role id directly to users.
This is not friendly to a university with multiple languages.

Some effort has been made to handle this problem, like KNL-1022, SAK-22344. These issues remain unresolved.
SAK-22344 give us a hint on localize role's description on a certain page. But there's still other pages unsupported.

Here is my solution.
Just like the tool menu did, it uses the tool id (sakai.profile2) or customized title stored in DB, and gives users the L10N label.
To achieve this goal, some work should be done.
1. Add a new properties file under folder config/localization.
2. Add a new method getName() to Role to get the localized label of the role.
3. Modify the tools shows role id to show role label.

I'll create some sub-task to achieve this goal.

83% Done
Loading...

Activity

Show:

Neal Caidin August 14, 2017 at 2:00 PM

Bulk closing issues that have not been updated since 2014 and earlier. Please reopen if this is still an issue and you have new information.

Gao Jun March 19, 2014 at 9:49 PM

Add getName() method to role in kernel.

Won't Fix

Details

Priority

Affects versions

Components

Assignee

Reporter

Created March 19, 2014 at 8:19 PM
Updated August 14, 2017 at 2:00 PM
Resolved August 14, 2017 at 2:00 PM