🐛(i18n) force mail build before translation

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.
This commit is contained in:
Quentin BEY
2025-03-12 14:06:50 +01:00
committed by Sabrina Demagny
parent a6f7c07052
commit 59633d6543

View File

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