From 79e6c712b5b5dde5aa9a145aa538f18a9d7cb8b4 Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Fri, 8 Dec 2023 17:36:04 +0300 Subject: [PATCH] fix: use compilemessages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c30f0faece25..d92fc2157b3e 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ else atlas pull $(OPENEDX_ATLAS_ARGS) translations/edx-platform/conf/locale:conf/locale # Calling extract_translations in way compatibile with openedx-translations workflow which # ensures having only two translation files in conf/locale/en/LC_MESSAGES directory (django.po and djangojs.po) - $(MAKE) IS_OPENEDX_TRANSLATIONS_WORKFLOW=yes extract_translations + python manage.py lms compilemessages -v1 endif i18n_tool dummy i18n_tool generate --verbose 1