From 59633d65437c03e5c99863405cf1cc1bc7e527b4 Mon Sep 17 00:00:00 2001 From: Quentin BEY Date: Wed, 12 Mar 2025 14:06:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(i18n)=20force=20mail=20build=20bef?= =?UTF-8?q?ore=20translation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This prevent the backend translation file to miss the mail translated content. I guess this should be managed otherwise, like asking django to look into the mail template instead of the generated result. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 71c7395..21e4554 100644 --- a/Makefile +++ b/Makefile @@ -212,7 +212,7 @@ back-i18n-compile: ## compile the gettext files .PHONY: back-i18n-compile back-i18n-generate: ## create the .pot files used for i18n -back-i18n-generate: crowdin-download-sources +back-i18n-generate: mails-build crowdin-download-sources @$(MANAGE) makemessages -a --keep-pot .PHONY: back-i18n-generate