Needs review
Project:
Entity Email
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2016 at 12:10 UTC
Updated:
10 Oct 2016 at 12:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
Anonymous (not verified) commentedOr maybe better and simpler: entity translation support ( https://www.drupal.org/project/entity_translation)?
Comment #3
piyuesh23 commentedThe module currently allows us to translate the email entities via entity_translation, but doesn't consider the current language while sending out the emails.
Comment #4
prashant114606 commentedWorking on a patch.
Comment #5
prashant114606 commentedAdded a patch for this. Most of the code was changed to support current language but was needed to be changed in drupal_mail() function.