You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
#23178 added the ability to change locale in sent/queued Mailables. This functionality is currently missing for rendered views. I am referring to the functionality described here in the documentation.
The easiest implementation that I could think of would be duplicating the functionality of 'hot translation' implemented in the send method of Mailable.
The text was updated successfully, but these errors were encountered:
amadeann
changed the title
Translate rendered email views
[Proposal] Translate rendered email views
Sep 15, 2018
Rendering in production - I want customer support to preview the auto-generated mailable before sending them to customers. The translation is determined by who the translated mailable is sent to (end customer), not by the person previewing it - therefore it makes more sense to set the language directly in the mailable, and not the route/controller.
#23178 added the ability to change locale in sent/queued Mailables. This functionality is currently missing for rendered views. I am referring to the functionality described here in the documentation.
The easiest implementation that I could think of would be duplicating the functionality of 'hot translation' implemented in the
send
method of Mailable.The text was updated successfully, but these errors were encountered: