Created make targets for extract and push translations

This commit is contained in:
ayub-khan
2017-10-30 15:21:15 +05:00
parent 431a91cca6
commit a0c1a09a14

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