Email invitation Failed (due to translation issue since 1.4.0.beta7 update?)

Jobs::HandledExceptionWrapper: Wrapped I18n::MissingInterpolationArgument: missing interpolation argument

I fixed the translation in Transifex. This should be fixed the next times translations get pulled into Discourse.

@techAPJ I feel like Discourse shouldn’t stop working when translations have missing interpolation arguments. Can we filter invalid translations during the pull from Transifex or somehow use the English locale when such an error occurs?

I thought the change to use English locale as fallback, which @riking worked on, was already in?

It doesn’t cover the case of bad interpolations yet, just missing translations.

4 Likes

Can someone just shortly explain me how that works? When will translation get pulled into discourse?

It’s a manual process and usually it’s done every Wednesday, but I guess it’s vacation time, so don’t count on it…
If you can’t wait, take a look at the locale-override plugin.

2 Likes

Translations are usually updated twice a week (Monday and Thursday). I just pushed the new translations:

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

5 Likes

@riking implemented a proper fix for this. This can be closed.

https://github.com/discourse/discourse/pull/3753

3 Likes