change file extension to html.j2 for templates

This commit is contained in:
Stefan Allius
2025-04-20 00:06:34 +02:00
parent a527926e57
commit d386456a88
4 changed files with 6 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ APP=.
SRC=$(APP)/src
# Folders for Babel translation
BABEL_INPUT_JINJA=$(SRC)/web/templates
BABEL_INPUT= $(foreach dir,$(BABEL_INPUT_JINJA),$(wildcard $(dir)/*.html)) \
BABEL_INPUT= $(foreach dir,$(BABEL_INPUT_JINJA),$(wildcard $(dir)/*.html.j2)) \
BABEL_TRANSLATIONS=$(APP)/translations