Posted by adraskoy on November 10, 2010 at 6:11pm
1 follower
Jump to:
| Project: | Signup Status |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
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.