HI,

Thanks for a very useful module.

Do you have any plans to provide some form of i18n support?
If not can you give some guidance on how best to implement?

Many thanks.

CommentFileSizeAuthor
#5 i18n_support-2671832-5.patch1.32 KBprashant114606

Comments

gony created an issue. See original summary.

Anonymous’s picture

Or maybe better and simpler: entity translation support ( https://www.drupal.org/project/entity_translation)?

piyuesh23’s picture

The module currently allows us to translate the email entities via entity_translation, but doesn't consider the current language while sending out the emails.

prashant114606’s picture

Version: 7.x-1.3 » 7.x-1.x-dev
Assigned: Unassigned » prashant114606

Working on a patch.

prashant114606’s picture

Assigned: prashant114606 » Unassigned
Status: Active » Needs review
StatusFileSize
new1.32 KB

Added a patch for this. Most of the code was changed to support current language but was needed to be changed in drupal_mail() function.