From f6633dafb13d436860bbfb1afd6d58def16b7706 Mon Sep 17 00:00:00 2001 From: Asad Ali Date: Mon, 22 Dec 2025 19:12:50 +0500 Subject: [PATCH] fix: make pull_translations (#37801) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78676beeea..50853f5cec 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ pull_translations: clean_translations ## pull translations via atlas make pull_xblock_translations make pull_plugin_translations atlas pull $(ATLAS_OPTIONS) \ - translations/edx-platform/conf/locale:conf/locale \ + translations/edx-platform/conf/locale:conf/locale python manage.py lms compilemessages python manage.py lms compilejsi18n python manage.py cms compilejsi18n