We overrode the default_email_template to customize the layout of the mail view. Part of that customization is making the field descriptions translatable. For some reason, I18n.locale is always 'en' in that template even if it is explicitly set in the MailView action.
Is there somewhere else the locale needs to be set?
We overrode the default_email_template to customize the layout of the mail view. Part of that customization is making the field descriptions translatable. For some reason, I18n.locale is always 'en' in that template even if it is explicitly set in the MailView action.
Is there somewhere else the locale needs to be set?