From 65c01fb42f0964e0a9d9086987e6563ce8eb5936 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux
Date: Wed, 9 Aug 2023 22:37:25 +0200 Subject: [PATCH] need to translate everything on every page --- crates/ezidam/templates/pages/homepage.html.tera | 4 ++++ crates/ezidam/templates/shell.html.tera | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/ezidam/templates/pages/homepage.html.tera b/crates/ezidam/templates/pages/homepage.html.tera index 825b2ad..c62e118 100644 --- a/crates/ezidam/templates/pages/homepage.html.tera +++ b/crates/ezidam/templates/pages/homepage.html.tera @@ -2,3 +2,7 @@ {% block content %} {% endblock content %} + +{% block i18n %} +localize("#header_user_nav"); +{% endblock i18n %} diff --git a/crates/ezidam/templates/shell.html.tera b/crates/ezidam/templates/shell.html.tera index 41c887b..a271e30 100644 --- a/crates/ezidam/templates/shell.html.tera +++ b/crates/ezidam/templates/shell.html.tera @@ -21,7 +21,3 @@ {% block additional_js %}{% endblock additional_js %}