From 3df2ba459242f79e5049e612b21c363da7026bfd Mon Sep 17 00:00:00 2001 From: Deborah Kaplan Date: Thu, 29 Jan 2026 15:47:13 -0500 Subject: [PATCH] feat: allow instances to add extra translation sources (#37962) allows instances to set the variable `ATLAS_EXTRA_SOURCES` so they can add their own sources to `make pull_translations`. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eff0d23dd6..2ca7fbc584 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,8 @@ 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 \ + $(ATLAS_EXTRA_SOURCES) python manage.py lms compilemessages python manage.py lms compilejsi18n python manage.py cms compilejsi18n