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 will be updated to Heptapod 18.6.0rc1 on 2025-12-08 between 11:00 and 12:00 UTC+1 (Europe/Paris)
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)