juriansluiman / Soflomo-Mail

Module to to ease the use of sending e-mail messages in Zend Framework 2
Other
5 stars 8 forks source link

$this->translate() not translating in template #11

Closed Danielss89 closed 1 year ago

Danielss89 commented 1 year ago

I use terminal to send out emails via a queue. I can't seem to get text translated using $this->translate() in the email templates. As far as i can see it uses the "normal" ViewRenderer and $this->translate() works fine when in MVC context. But when i try to send out mails it just use the original string which is passed to it, and doesn't translate it.