Skip to content

Commit f555b0a

Browse files
authored
feat: enabling easy theme translations (#2945)
making it easy for local configuration to pull inextra configured translations, such as credentials-themes or any other plug-ins.
1 parent 56e3eda commit f555b0a

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
@@ -147,7 +147,8 @@ fake_translations: extract_translations dummy_translations compile_translations
147147

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

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

0 commit comments

Comments
 (0)