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.
This commit is contained in:
Michael Terry
2020-10-20 11:20:34 -04:00
parent 37ecece8d1
commit ca75c474e1

View File

@@ -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