zulip/zerver
Vishnu KS 8a993aa7e7 hotspots: Use ugettext_lazy for i18n.
Since ALL_HOTSPOTS is a global object, it is initialized
at the time the backend server is started. Hence, the
title and description is translated only once. Using
ugettext_lazy makes sure that the strings are translated
in each and every request according to the language
of the user.

Fixes #16224
2020-08-31 11:22:54 -07:00
..
data_import python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00
lib hotspots: Use ugettext_lazy for i18n. 2020-08-31 11:22:54 -07:00
management export: Add a --deactivate flag which happens just prior to export. 2020-08-30 15:26:50 -07:00
migrations migrations: Fix migration 0283 with orjson. 2020-08-14 11:22:03 -07:00
openapi openapi: Fix examples in response for deactivating user endpoints. 2020-08-30 17:12:57 -07:00
templatetags docs: Fix various capitalization errors. 2020-08-11 10:25:52 -07:00
tests events: Add documentation and tests for `typing: stop` event. 2020-08-30 16:43:44 -07:00
tornado python: Catch JSONDecodeError instead of ValueError when decoding JSON. 2020-08-12 11:59:59 -07:00
views docs: Update many references to Casper. 2020-08-30 17:16:02 -07:00
webhooks github tests: Extract verify_post_is_ignored. 2020-08-24 12:34:46 -07:00
worker queue: Use locking to avoid race conditions in missedmessage_emails. 2020-08-26 12:40:59 -07:00
__init__.py
apps.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
context_processors.py auth: Make apple log in and sign up buttons consistent with others. 2020-06-18 13:06:10 -07:00
decorator.py python: Remove unittest.mock.Mock uses from production code. 2020-08-28 11:34:09 -07:00
filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
forms.py middleware: Make HostDomain into a process_request, not process_response. 2020-08-11 10:37:55 -07:00
logging_handlers.py docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
middleware.py exceptions: Extract json_unauths into MissingAuthenticationError. 2020-08-30 14:51:50 -07:00
models.py streams: Add role field to Subscription objects passed to clients. 2020-08-14 16:33:11 -07:00
signals.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00