The titles and descriptions that get saved in the admin/user/autoassignrole page needs to get passed through the translate function t() otherwise its impossible to translate.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | translation-of-elements-1415942-1.patch | 19.44 KB | mike.davis |
Comments
Comment #1
mike.davis commentedI have updated the admin descriptions as although these were all wrapped in the t() function, they were wrapping onto new lines which is preventing it from being able to be translated. The titles are all already wrapped in the t() function.
I have also applied a few coding standard changes in this patch as well.
Comment #3
mike.davis commentedNot sure why this failed as the patch was just text & whitespace changes? Might be a false negative.
Comment #4
mike.davis commentedThis has been committed now.