Skip to content

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)

Merge request reports