From ca75c474e1667f8b85915f46d512f9a46d7b26cd Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Tue, 20 Oct 2020 11:20:34 -0400 Subject: [PATCH] Use verbose output when validating new translations When running "make pull_translations", this will print any validation errors on the console, rather than stuffing them into a .prob file. This helps when looking at failing jenkins log files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 537162e48a..49e63dca32 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ pull_translations: ## pull translations from Transifex i18n_tool generate git clean -fdX conf/locale/rtl git clean -fdX conf/locale/eo - i18n_tool validate + i18n_tool validate --verbose paver i18n_compilejs