Posted by jiangxijay on November 7, 2007 at 2:19am
Jump to:
| Project: | Theme Settings |
| Version: | 5.x-1.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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?
Comments
#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?
#4
closing.