Missing `emails.incoming.errors` translations

In Admin > Emails > Rejected I have an email with the following error:

Error
Email::Receiver::OldDestinationError
translation missing: en.emails.incoming.errors.old_destination_error

While I messed with translations for my site, I think this is not just an issue for me. The server.en.yml on Github seems to indeed lack this translation.

2 Likes

I’m moving this into the bug category, so that it doesn’t get lost.

We should fix this and also, if possible, add a spec or linting rule to ensure that every error in Email::Receiver has a corresponding translation. The note in that file certainly isn’t enough.

Also, we need to check if other translations are missing.

2 Likes