Closed (fixed)
Project:
Theme Settings
Version:
5.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2007 at 02:19 UTC
Updated:
25 Aug 2012 at 09:13 UTC
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
Comment #1
johnalbinThose 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?
Comment #4
johnalbinclosing.