Experimental project

This is a sandbox project, which contains experimental code for developer use only.

According to https://drupal.org/comment/6804204#comment-6804204, I create a simple translate role name page. All the role name except 'anonymous user' and 'authenticated user' can be translated here.

How it works:
eg.
1. Create a new role name 'role name1'
2. Set 'en' as your default language and 'fr'(or any language you want to translate) as your admin language
config_default_language
And don't forget choose your language detection
config_language_detection
3. Go to the /[your language]/admin/config/regional/translate/roles page, now the 'translate' after 'role name1' will be a link, edit that.
If the language of the config page is same as your default language, the translate link will be just a text.
default_language_same_as_list_language
Success
success

Project information