Skip to content

Commit

Permalink
feat: fix pull_translations for production deployment
Browse files Browse the repository at this point in the history
Makefile paver usage replaced with manage.py.
This avoids running the production-unsuitable
`pavelib.prereqs.install_prereqs` step during deployments.
  • Loading branch information
OmarIthawi committed Feb 28, 2024
1 parent 1339313 commit 8599978
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ else
atlas pull $(ATLAS_OPTIONS) translations/edx-platform/conf/locale:conf/locale
i18n_tool generate
endif
paver i18n_compilejs
python manage.py lms compilejsi18n
python manage.py cms compilejsi18n


detect_changed_source_translations: ## check if translation files are up-to-date
Expand Down

0 comments on commit 8599978

Please sign in to comment.