Fixed some jinja translation with {% trans %} blocks and new lines.

This commit is contained in:
Éloi Rivard 2023-03-22 19:29:28 +01:00
parent 7e0e0d6068
commit 47576c541f

View file

@ -92,6 +92,7 @@ def setup_logging(app):
def setup_jinja(app):
app.jinja_env.filters["len"] = len
app.jinja_env.policies["ext.i18n.trimmed"] = True
def setup_themer(app):