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`.
This commit is contained in:
Deborah Kaplan
2026-01-29 15:47:13 -05:00
committed by GitHub
parent 31080d7cc6
commit 3df2ba4592

View File

@@ -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