Email failed on V1.2.3

sidekiq user mail job keep failing.


error message:

Jobs::HandledExceptionWrapper: Wrapped I18n::MissingTranslationData: translation missing: zh_TW.time.formats.short

Hmm it looks like a missing translation in your locale is causing a bug. I feel like the email should still be sent even if that translation is missing.

2 Likes

reproduce this bug in console:

Here’s a fix for this:

https://github.com/discourse/discourse/commit/d0741f752ffd72f4529070b00ff974fef434e277

3 Likes