Closed (fixed)
Project:
Privatemsg
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
18 Feb 2004 at 21:48 UTC
Updated:
9 Dec 2004 at 07:15 UTC
The e-mail message --informing users that they have new private messages-- are not 'localizable' with the user's preferred language.
For example, all the e-mails from the provatemsg.module are in French on my bilingual site; English users receive the French e-mail.
It's probably an easy task to change that, but I don't know how right now. I suggest checking the notify.module to see how they did it.
Cheers,
Mic
Comments
Comment #1
TDobes commentedHmmm... I took a look at the code that sends mail in notify.module, and, like privatemsg, it uses t() functions to translate the e-mail contents. I don't use translation on my sites, so you'll have to advise me as to what internationalization features you're looking for from notify.module. (Are you sure notify.module follows the user's preferred language?)
That said, if notify.module doesn't do this either, I'll look into finding a way to implement this.
Comment #2
TDobes commentedCommitted an attempt at implementing this to 4.5 and HEAD.
Re-open if it still doesn't work.
Comment #3
(not verified) commented