continue execution of compilation even if some translations failed (nw)

This commit is contained in:
Miodrag Milanovic 2016-03-02 08:09:22 +01:00
parent 7068b2f49a
commit 8682052f71

View File

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