From b4d95b057f0723c10b28ce4526d55fb6bbd4174d Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 17 Feb 2015 14:06:37 +0100 Subject: [PATCH] Add pull-transifex and push-transifex --- Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile.am b/Makefile.am index 4f3f46860..b392c23e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -168,6 +168,15 @@ filelist: zip fi \ done +### LOCALIZATION + +pull-transifex: + tx pull -af + $(MAKE) -C po update-po + +push-transifex: + tx push -s -t -f + ### WINDOWS