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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | translatable_here.patch | 1.18 KB | zoltán balogh |
Comments
Comment #1
zoltán balogh commentedComment #2
arithmetric commentedHi 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.