From 4f0c4a7667faef32a874b6634bdc642ced5788dd Mon Sep 17 00:00:00 2001 From: Deborah Kaplan Date: Mon, 26 Jan 2026 20:25:23 +0000 Subject: [PATCH] feat: enabling easy theme translations making it easy for local configuration to pull inextra configured translations, such as credentials-themes or any other plug-ins. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca0140964..8a0b8eed8 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,8 @@ fake_translations: extract_translations dummy_translations compile_translations pull_translations: find credentials/conf/locale -mindepth 1 -maxdepth 1 -type d -exec rm -r {} \; - atlas pull $(ATLAS_OPTIONS) translations/credentials/credentials/conf/locale:credentials/conf/locale + atlas pull $(ATLAS_OPTIONS) translations/credentials/credentials/conf/locale:credentials/conf/locale \ + $(ATLAS_EXTRA_SOURCES) python manage.py compilemessages @echo "Translations have been pulled via Atlas and compiled."