We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e3eda commit f555b0aCopy full SHA for f555b0a
Makefile
@@ -147,7 +147,8 @@ fake_translations: extract_translations dummy_translations compile_translations
147
148
pull_translations:
149
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
+ atlas pull $(ATLAS_OPTIONS) translations/credentials/credentials/conf/locale:credentials/conf/locale \
151
+ $(ATLAS_EXTRA_SOURCES)
152
python manage.py compilemessages
153
154
@echo "Translations have been pulled via Atlas and compiled."
0 commit comments