mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Apparently, when we renamed these files to no longer have a .txt extension, we accidentally removed them from the set of strings for translation, because `manage.py makemessages` by default only processes .txt and .html files under the templates/ directory. Fix this by adding a .txt extension.