From 156d5046c1d369654d9afe2df8d4bc9da9c19d23 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Sat, 24 Sep 2022 15:45:44 +0200 Subject: [PATCH] Make some template parts translatable --- templates/index.html | 2 +- templates/project.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/index.html b/templates/index.html index ce53922..4f15e6f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,7 +14,7 @@

{{ project.title }}

- Details + {{ _("Details") }}
diff --git a/templates/project.html b/templates/project.html index cd9b4f5..1ef7d66 100644 --- a/templates/project.html +++ b/templates/project.html @@ -8,17 +8,17 @@
-

Project Description

+

{{ _("Project Description") }}

{{this.body}}

-

Weblate status

+

{{ _("Weblate status") }}

Translation status -

Project Details

+

{{ _("Project Details") }}