From 10b3adbd891837c02a3669298d69a0a0ae7fe5d4 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 14 Mar 2023 01:05:21 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2963f8f..54076d1 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ At the moment, this package supports has been translated into the following lang ### Translate into another language -- Run `python -m django makemessages --ignore ".tox" --ignore "venv" --locale "it"` *(example for Italian localization)* +- Run `python -m django makemessages --ignore ".tox" --ignore "venv" --add-location "file" --extension "html,py" --locale "it"` *(example for Italian localization)* - Update translations in `admin_interface/locale/it/LC_MESSAGES/django.po`