Great module! It would be even better if all the strings were translatable -- some are available for translation, and some aren't.

For example, I can search (/admin/build/translate/search) and find the string "Link to this @type", and translate it, but I can't find "

Thank you for helping us!

".

Comments

AlexisWilke’s picture

The problem is that the string you cannot find are dynamically modify-able.

Were you saying that you'd like to translate them with the Drupal translation interface so it appears in whatever language a user of your site selects?

Thank you.
Alexis

AlexisWilke’s picture

Status: Active » Fixed

Okay, I checked in a new version that uses function calls instead of the define() PHP feature. This way, the functions can call the t() function and thus give you the correct translation for those few strings (something like 6 of them.)

Thank you.
Alexis

ressa’s picture

Thanks! I will test it as soon as possible.

Status: Fixed » Closed (fixed)

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