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
Comment #1
AlexisWilke commentedThe 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
Comment #2
AlexisWilke commentedOkay, 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
Comment #3
ressaThanks! I will test it as soon as possible.