As subject says, I can't translate part when popup is closing automaticly, would like to be able to.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 0001-better-messages-note-is-translatable-now-styling.patch | 1.15 KB | kle |
| #1 | better_messages-translate_continuing_in-1837688-1.patch | 597 bytes | swarad07 |
Comments
Comment #1
swarad07Hi,
Could you try the patch. I think the Drupal t() was not proper in the JS file. I have tested it using the Microsoft translate widget, and it worked for me.
Let me know if you have any issues.
Cheers
Comment #2
kle commentedBest way to make the "Closing"-Message translatable is to put in the seconds as parameter:
original:
correction from swarad07:
with %seconds as Parameter (see attached patch):
Nice Module - Thank you !
Comment #4
le72Thank you for fixing.
Comment #6
le72