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)
On May 22, 2025, we will begin removing users who have never been confirmed or have never been active.
Contact the support if your user has been wrongly removed.
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)