Replace update-translations.sh script with makemessages --all.

This commit is contained in:
Fabio Caccamo
2022-10-17 14:24:35 +02:00
parent f4617ac126
commit ead930d3b4
3 changed files with 4 additions and 6 deletions
+2
View File
@@ -114,6 +114,8 @@ LANGUAGES = (
)
LANGUAGE_CODE = "en"
LOCALE_PATHS = (os.path.join(BASE_DIR, "admin_interface/locale/"),)
ROOT_URLCONF = "tests.urls"
MEDIA_ROOT = os.path.join(BASE_DIR, "admin_interface/public/media/")