ActiveCampaign / mailmason

A complete toolset to streamline building and updating a set of consistent transactional emails.
https://postmarkapp.com/mailmason
MIT License
933 stars 66 forks source link

i18n feature #31

Open Caerbannog opened 7 years ago

Caerbannog commented 7 years ago

Do you plan to ease the process of translating email templates? I understand that postmark is for English-speaking developers, but do you have any feedback on maintaining templates in multiple languages with mailmason?

derekrushforth commented 7 years ago

Hey @Caerbannog!

We don't have plans to implement any internationalization features as of right now, however it should be possible for you to extend MailMason's Gruntfile to do this. Found a couple grunt plugins that may help you:

I would suggest trying to implement either of these plugins as a post-processing task after the HTML is built - https://github.com/wildbit/mailmason/blob/master/Gruntfile.js#L315.

Hope that helps! If this ever makes it on our radar I'll definitely reach out.