Do not fail on ValueError when formatting message with gettext
If wrong variables are used to call gettext, the formatting may raise a ValueError. It is better to not fail for such minor error when not testing.
Closes #12371 (closed)
This instance was upgraded to Heptapod 18.6.0 (final) today.
If wrong variables are used to call gettext, the formatting may raise a ValueError. It is better to not fail for such minor error when not testing.
Closes #12371 (closed)