Merge pull request #19306 from edx/check-translataions-changed

LEARNER-6773 make target to check if translations up-to-date
This commit is contained in:
Ayub
2018-11-23 12:50:14 +05:00
committed by GitHub

View File

@@ -34,6 +34,9 @@ pull_translations: ## pull translations from Transifex
git clean -fdX conf/locale/eo
i18n_tool validate
detect_changed_source_translations: ## check if translation files are up-to-date
i18n_tool changed
requirements: ## install development environment requirements
pip install -qr requirements/edx/development.txt --exists-action w