mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
Since the calls to the translation function `_()` are made outside of the `send_message_moved_breadcrumbs` function, these strings are translated outside of the `with override_language` block, leading to translated strings even when we don't intend them to be translated. We now use gettext_lazy with appropriate testing to avoid this.
292 KiB
292 KiB