From 2cdeb53d922e213a9133410220252918c7c969eb Mon Sep 17 00:00:00 2001 From: ayub-khan Date: Wed, 8 Nov 2017 23:32:17 +0500 Subject: [PATCH] Updated translations make targets Paver commands were causing requirement problems running on jenkins so changed to i18n_tools commands LEARNER-2653 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6c9826d4b0..e5ddfdf8e4 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ clean: extract_translations: # Extract localizable strings from sources - paver i18n_extract + i18n_tool extract -vv push_translations: # Push source strings to Transifex for translation - paver i18n_transifex_push + i18n_tool transifex push