Merge pull request #17070 from edx/LEARNER-2653-make-target-for-pull-translations
Make Target for pull translations
This commit is contained in:
14
Makefile
14
Makefile
@@ -20,3 +20,17 @@ extract_translations:
|
||||
push_translations:
|
||||
# Push source strings to Transifex for translation
|
||||
i18n_tool transifex push
|
||||
|
||||
pull_translations:
|
||||
## Pull translations from Transifex
|
||||
git clean -fdX conf/locale
|
||||
i18n_tool transifex pull
|
||||
i18n_tool extract
|
||||
i18n_tool dummy
|
||||
i18n_tool generate
|
||||
python manage.py lms --settings='devstack' compilejsi18n
|
||||
python manage.py cms --settings='devstack' compilejsi18n
|
||||
i18n_tool generate --strict
|
||||
git clean -fdX conf/locale/rtl
|
||||
git clean -fdX conf/locale/eo
|
||||
i18n_tool validate
|
||||
|
||||
Reference in New Issue
Block a user