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.
The markdown files in this directory ( /zulip/docs ) are not intended
to be read on GitHub. Instead, visit our
ReadTheDocs to
read the Zulip documentation.