From 8682052f7175da287e522d57451e4263f1914b86 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 2 Mar 2016 08:09:22 +0100 Subject: [PATCH] continue execution of compilation even if some translations failed (nw) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 9e686a58ee8..abdba0458e4 100644 --- a/makefile +++ b/makefile @@ -1365,7 +1365,7 @@ endif %.mo: %.po @echo Converting translation $<... - $(SILENT)$(PYTHON) scripts/build/msgfmt.py --output-file $@ $< + $(SILENT)$(PYTHON) scripts/build/msgfmt.py --output-file $@ $< || exit 0 #------------------------------------------------- # Regression tests