From 156d0eb612defb10da5c062ec6c3d18942d96ec1 Mon Sep 17 00:00:00 2001 From: Matheus Jardim Date: Sun, 4 Jun 2023 22:48:30 -0300 Subject: [PATCH] add README.rst info for i18n --- {{cookiecutter.project_slug}}/locale/README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/{{cookiecutter.project_slug}}/locale/README.rst b/{{cookiecutter.project_slug}}/locale/README.rst index 8d70eb237..a501b7a18 100644 --- a/{{cookiecutter.project_slug}}/locale/README.rst +++ b/{{cookiecutter.project_slug}}/locale/README.rst @@ -1,6 +1,8 @@ Translations ============ +Start by configuring `LANGUAGES` at settings, by uncommenting languages you are willing to support. + Translations will be placed in this folder when running: python manage.py makemessages --all