I'd like to be able to translate the Link title field using i18n's Translate interface. Is this possible?

CommentFileSizeAuthor
#1 nodereference_url_translate.patch1.08 KBquicksketch

Comments

quicksketch’s picture

Status: Active » Fixed
StatusFileSize
new1.08 KB

This is not possible in the current version of Node Reference URL Widget. I've applied this patch that will run the link titles through t() before they are displayed. Generally running dynamic strings through t() is frowned upon, but CCK uses the same approach when dealing with form element labels. Considering this text will hardly ever change and it is likely to be a central piece of functionality, I think this qualifies for the same treatment.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.