if (user_access(UNIQUE_FIELD_PERM_BYPASS)) {
  $msg .= '<p>'. t('Click !here to bypass this check and resubmit.', array('!here' => "<a href=\"#\" onclick=\"$('form#node-form input#edit-unique-field-override').val(1);$('form#node-form').submit();\">here</a>")) .'</p>';
} 

In this code, the word "here" is not translatable.

CommentFileSizeAuthor
#1 translatable_here.patch1.18 KBzoltán balogh

Comments

zoltán balogh’s picture

Status: Active » Needs review
StatusFileSize
new1.18 KB
arithmetric’s picture

Status: Needs review » Fixed

Hi Zoltán,

Thanks for reporting this. I found and fixed a few other strings that were not translatable and added an up-to-date .pot file to the module package. These changes will show up first in the 2009-January-20 development version for Drupal 6. Let me know if anything else can be done to improve the support for translations.

Status: Fixed » Closed (fixed)

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