Hi,

Are there multilingual variables for this module to have the e-mail texts translated?

Best Regards
Sandro

Comments

jaydub’s picture

I admit that I am not sure what you mean here nor what to think about the article you posted. The module has pretty much all text enclosed in t() functions so I think that I've done as much as I need to as a module developer here for multilingual support. Is there something I am missing here?

YK85’s picture

The strings were found at www.example.com/admin/build/translate/search

I am wondering how it is decided in which language the email is sent in? Is it the language the user is viewing when trying to change their email?

YK85’s picture

Status: Active » Fixed

I tested and it seems to send the email in the language of www.example.com/user/1/edit
Please let me know if this is not the case =)

jaydub’s picture

the emails are supposed to be sent in the language of the user that the email is being sent to. If that is not working then report here and I'll look into it.

Status: Fixed » Closed (fixed)

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

chinita7’s picture

If somebody needs to make the confirmation mail itself multilingual variable you can just put this code in setting.php.
And I think this is what @sandroz was asking in the original question in this post.

$conf['i18n_variables'] = array(
'email_confirm_confirmation_email_subject'
'email_confirm_confirmation_email_author'
'email_confirm_confirmation_email_bcc'
'email_confirm_confirmation_email_body',
'email_confirm_confirmation_original_email_body',
);