From 42cfef505c01093ceaf487528c6a0e1f0d6be76a Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 27 Oct 2019 16:02:45 -0400 Subject: [PATCH] Add target to run all translations targets Signed-off-by: Roberto Rosario --- HISTORY.rst | 1 + Makefile | 3 +++ 2 files changed, 4 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 059ca8cb8f..b5a25aa2c3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,7 @@ - Add tests to the platform app. - Fix platformtemplate command --context option help message. - Language translations update. +- Add target to run all translations targets. 3.2.8 (2019-10-01) ================== diff --git a/Makefile b/Makefile index bffe667715..07d5650c5f 100644 --- a/Makefile +++ b/Makefile @@ -115,6 +115,9 @@ translations-push: ## Upload all translation files to Transifex. translations-pull: ## Download all translation files from Transifex. tx pull -f +translations-all: ## Execute all translations targets. +translations-all: translations-make translations-push translations-pull translations-compile + # Releases increase-version: ## Increase the version number of the entire project's files.