zulip/zerver
Umair Khan 326a6f6b4f i18next: Don't allow empty string as valid translation.
Previously we used to mark a key as unstranlated if its value was equal
to it in translations.json. This had an issue because it didn't allow
otherwise valid cases where key was equal to the value.

This commit solves the problem by disallowing an empty string as a valid
translation and then using the empty string as the value for all the
unstranslated keys.

Fixes #5261
2017-10-05 22:44:34 -07:00
..
fixtures build_emoji: Extend emoji mappings to use new emojis from iamcal dataset. 2017-10-04 23:09:14 -07:00
lib analytics: Enforce various datetime arguments are in UTC. 2017-10-05 11:22:06 -07:00
management i18next: Don't allow empty string as valid translation. 2017-10-05 22:44:34 -07:00
migrations zerver/migrations: Remove from __future__ import *. 2017-09-28 10:16:18 -07:00
templatetags zerver: Remove the rest of absolute_import. 2017-09-27 10:02:39 -07:00
tests makemessages: Change type of translation_strings to List. 2017-10-05 22:44:34 -07:00
tornado tornado: Add debug logging for time consumed processing an event. 2017-10-05 22:08:29 -07:00
views urls: Delete the json/tutorial_send_message endpoint. 2017-10-05 15:41:57 -07:00
webhooks webhooks: Remove use of get_user_profile_by_email. 2017-10-02 15:28:44 -07:00
worker Retry email failures in missed-message emails queue. 2017-10-03 10:35:07 -07:00
__init__.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
apps.py Remove the rest of print_function. 2017-09-27 18:06:47 -07:00
context_processors.py subdomains: Hardcode REALMS_HAVE_SUBDOMAINS=True. 2017-10-02 16:42:43 -07:00
decorator.py decorator: Improve wrong-subdomain logging output. 2017-10-02 13:31:20 -07:00
filters.py zerver: Remove the rest of absolute_import. 2017-09-27 10:02:39 -07:00
forms.py forms: Extract check_subdomain_available. 2017-10-03 17:44:46 -07:00
logging_handlers.py docs: Add more comprehensive documentation on error reporting. 2017-09-27 19:47:08 -07:00
middleware.py middleware: Fix losing sub-URL when pushing to zulipdev.com. 2017-10-05 16:36:34 -07:00
models.py subdomains: Hardcode REALMS_HAVE_SUBDOMAINS=True. 2017-10-02 16:42:43 -07:00
signals.py zerver: Remove the rest of absolute_import. 2017-09-27 10:02:39 -07:00
static_header.txt
storage.py zerver: Remove the rest of absolute_import. 2017-09-27 10:02:39 -07:00