Problem/Motivation
While reviewing translations, we found an untranslated string 'Configure Trusted Browsers', but the string can not be translated due to missing t().
Steps to reproduce
Try to translate the 'Configure Trusted Browsers' string.
Proposed resolution
Add t() to the string.
Remaining tasks
-
User interface changes
-
API changes
-
Data model changes
-
| Comment | File | Size | Author |
|---|---|---|---|
| tfa-missing-plugin-translation.patch | 688 bytes | johankleene |
Issue fork tfa-3269415
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
kimberlly_amaral commentedI'll review that.
Comment #4
kimberlly_amaral commentedThe patch applied correctly and the string is translatable.
Comment #6
jcnventura