Unable to translate "Add new comment"
jiangxijay - November 7, 2007 - 02:19
| Project: | Theme Settings |
| Version: | 5.x-1.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
I've been able to use localization to translate "Add new content" whenever a modules uses this code:
t('Add new comment')
However, in themesettings, I've been unable to translate the instances where this is in the code:
t('“Add new comment” link')
When I search for that string in the localization module, I get an empty string.
Is there any way I can make this change as a custom language translation?

#1
Those are UTF-8 strings: t('“Add new comment” link')
I haven’t used the localization module. But have you tried just searching for: Add new comment?