From 065be4162f89c6bec82347295770c26065b14234 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 6 Feb 2018 21:34:44 +0000 Subject: [PATCH] Add locale folder for translations support with README documenting it --- {{cookiecutter.project_slug}}/locale/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 {{cookiecutter.project_slug}}/locale/README.rst diff --git a/{{cookiecutter.project_slug}}/locale/README.rst b/{{cookiecutter.project_slug}}/locale/README.rst new file mode 100644 index 000000000..c2f1dcd6f --- /dev/null +++ b/{{cookiecutter.project_slug}}/locale/README.rst @@ -0,0 +1,6 @@ +Translations +============ + +Translations will be placed in this folder when running:: + + python manage.py makemessages