From 449f1d5765ffffcf2c708f4ccf6278e9c79081d0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Oct 2020 15:40:39 +0200 Subject: improve i18n for survey --- talermerchantdemos/survey/templates/base.html.j2 | 4 ++-- talermerchantdemos/survey/templates/error.html.j2 | 2 +- talermerchantdemos/survey/templates/index.html.j2 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'talermerchantdemos/survey/templates') diff --git a/talermerchantdemos/survey/templates/base.html.j2 b/talermerchantdemos/survey/templates/base.html.j2 index b6d1c62..1beb0d5 100644 --- a/talermerchantdemos/survey/templates/base.html.j2 +++ b/talermerchantdemos/survey/templates/base.html.j2 @@ -90,10 +90,10 @@
{% if lang != 'en' %} - English [en]
+ English [en]
{% endif %} {% if lang != 'de' %} - Deutsch [de]
+ Deutsch [de]
{% endif %} diff --git a/talermerchantdemos/survey/templates/error.html.j2 b/talermerchantdemos/survey/templates/error.html.j2 index ffc2e1f..844da08 100644 --- a/talermerchantdemos/survey/templates/error.html.j2 +++ b/talermerchantdemos/survey/templates/error.html.j2 @@ -6,7 +6,7 @@ {% if status_code %}

- {{ gettext ("The backend returned status code {code}.").format(code=status_code) }}. + {{ gettext ("The backend returned status code {code}.").format(code=status_code) }}

{% endif %} diff --git a/talermerchantdemos/survey/templates/index.html.j2 b/talermerchantdemos/survey/templates/index.html.j2 index 9c9df5b..3539bf8 100644 --- a/talermerchantdemos/survey/templates/index.html.j2 +++ b/talermerchantdemos/survey/templates/index.html.j2 @@ -8,7 +8,7 @@

-
+ {{ gettext("Which payment system do you prefer?") }}