From d8341455a2caa47c5d12d0fa3741e84d43ee2f66 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 27 Jan 2021 13:25:21 +0000 Subject: [PATCH] docker: Don't fail build if translations fail (temporary?) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2aac40..a28b868 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ force_update_translations: extract_translations pybabel update -i $(pot_file) -d $(translation_basepath) compile_translations: - pybabel compile -d $(translation_basepath) + -pybabel compile -d $(translation_basepath) .PHONY: build_css clean update_translations compile_translations extract_translations force_update_translations