Closed parndt closed 8 months ago
When sending emails using the clockwork scheduler the I18n.locale is still not being picked up properly, so we can switch to using the block level I18n.with_locale which lets us supply the locale to use for the current block of code.
I18n.locale
I18n.with_locale
When sending emails using the clockwork scheduler the
I18n.locale
is still not being picked up properly, so we can switch to using the block levelI18n.with_locale
which lets us supply the locale to use for the current block of code.