Skip to content

Commit 1272c7c

Browse files
committed
feat: enabling easy theme translations (openedx#2945)
making it easy for local configuration to pull inextra configured translations, such as credentials-themes or any other plug-ins.
1 parent 131440a commit 1272c7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ fake_translations: extract_translations dummy_translations compile_translations
146146

147147
pull_translations:
148148
find credentials/conf/locale -mindepth 1 -maxdepth 1 -type d -exec rm -r {} \;
149-
atlas pull $(ATLAS_OPTIONS) translations/credentials/credentials/conf/locale:credentials/conf/locale
149+
atlas pull $(ATLAS_OPTIONS) translations/credentials/credentials/conf/locale:credentials/conf/locale \
150+
$(ATLAS_EXTRA_SOURCES)
150151
python manage.py compilemessages
151152

152153
@echo "Translations have been pulled via Atlas and compiled."

0 commit comments

Comments
 (0)