Maybe this is possible, but I can´t figure out how to make it work. The email variables have nested variables like signup_status_mailer_1[update][email][subject]

It's not clear how to get these to be multilingual. I'm not certain if this is simply a matter of syntax in setting $conf['i18n_variables'], or if a logic change is required in this module.

Comments

adraskoy’s picture

Followup: I suspect this is in part because the email settings are stored in a custom table rather than using the drupal variables mechanism. I'm looking into this now but am hampered by the lack of i18n documentation for module developers.