Merge pull request #16375 from edx/LEARNER-2653-make-targets-for-extract-and-push-translations

LEARNER-2653 Created make targets for extract and push translations
This commit is contained in:
Ayub khan
2017-10-31 14:29:11 +05:00
committed by GitHub

View File

@@ -12,3 +12,11 @@ clean:
-git clean -fdX
tar xf $(PRIVATE_FILES)
rm $(PRIVATE_FILES)
extract_translations:
# Extract localizable strings from sources
paver i18n_extract
push_translations:
# Push source strings to Transifex for translation
paver i18n_transifex_push