iachat/app/mailers
Gabriel Jablonski 60839b9dd6
feat(mailer): add i18n support for all transactional emails with pt-BR translations (#254)
- Create Liquid i18n filter (LiquidFilters::I18nFilter) exposing I18n.t() as `t` filter
- Replace hardcoded English strings in all 26 Liquid email templates with i18n keys
- Replace hardcoded English strings in all 4 Devise ERB email templates with t() calls
- Translate all mailer subjects to use I18n.t() for locale-aware rendering
- Add comprehensive pt-BR translations for all transactional emails
- Fix ApplicationRecord#to_drop to walk STI hierarchy (SuperAdmin -> User)
2026-04-03 13:32:34 -03:00
..
administrator_notifications feat(mailer): add i18n support for all transactional emails with pt-BR translations (#254) 2026-04-03 13:32:34 -03:00
agent_notifications feat(mailer): add i18n support for all transactional emails with pt-BR translations (#254) 2026-04-03 13:32:34 -03:00
team_notifications feat(mailer): add i18n support for all transactional emails with pt-BR translations (#254) 2026-04-03 13:32:34 -03:00
application_mailer.rb feat(mailer): add i18n support for all transactional emails with pt-BR translations (#254) 2026-04-03 13:32:34 -03:00
conversation_reply_mailer_attachment_helper.rb fix: stream attachment handling in workers (#12870) 2025-12-05 13:02:53 -08:00
conversation_reply_mailer_helper.rb fix(email): Allow inbox OAuth replies without global SMTP (#13820) 2026-03-17 11:10:42 +04:00
conversation_reply_mailer.rb Merge branch 'chatwoot/develop' into chore/merge-upstream-4.12.0 2026-03-20 00:27:45 -03:00
portal_instructions_mailer.rb fix: footer in ssl_instructions email (#12076) 2025-07-31 11:44:17 -07:00
references_header_builder.rb feat: add references header to reply emails (#11719) 2025-07-29 15:54:14 +05:30