Active
Project:
Signup Status
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2010 at 18:11 UTC
Updated:
21 Nov 2010 at 20:27 UTC
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
Comment #1
adraskoy commentedFollowup: 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.