🐛(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:
committed by
Sabrina Demagny
parent
a6f7c07052
commit
59633d6543
2
Makefile
2
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user