From a0c1a09a1423c960a22b7987eac578ee8c79e218 Mon Sep 17 00:00:00 2001 From: ayub-khan Date: Mon, 30 Oct 2017 15:21:15 +0500 Subject: [PATCH] Created make targets for extract and push translations --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 4ad2e4a09b..6c9826d4b0 100644 --- a/Makefile +++ b/Makefile @@ -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