From 31b4ffde30681a0a1945ab8ca26672b600fc312b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sun, 21 Feb 2021 22:11:19 +0300 Subject: Small translation modifications to templates. --- templates/page.html | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index 06dca0b..4cf03c7 100644 --- a/templates/page.html +++ b/templates/page.html @@ -31,23 +31,20 @@

{% endif %} {% if page.translations | length > 1 %} +

+{{ trans(key="also_read", lang=lang) }} {% for trans in page.translations %} {% if trans.lang != lang %} {% if trans.lang == "ru" %} -

- Доступно на русском: {{ trans.title }} -

+ Русский. {% elif trans.lang == "es" %} -

- Disponible en español: {{ trans.title }} -

+ Español. {% else %} -

- Available in English: {{ trans.title }} -

+ English. {% endif %} {% endif %} {% endfor %} +

{% endif %} {% endblock %} {% block content %} -- cgit v1.2.3