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