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

johnalbin’s picture

Status: Active » Postponed (maintainer needs more info)

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?

johnalbin’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

closing.