Skip to content
Snippets Groups Projects
Commit a0c1a09a authored by ayub-khan's avatar ayub-khan
Browse files

Created make targets for extract and push translations

parent 431a91cc
Branches
Tags
No related merge requests found
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment