aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-02-21 22:11:19 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-02-21 22:11:19 +0300
commit31b4ffde30681a0a1945ab8ca26672b600fc312b (patch)
tree263b3e5fe9fa3025e7eb5ae23e0b08cdf0388c27 /templates/base.html
parentf726cdc9a9bbb240c12bdaf666d3dee021c3b9cd (diff)
downloadyaroslavps.com-31b4ffde30681a0a1945ab8ca26672b600fc312b.tar.gz
yaroslavps.com-31b4ffde30681a0a1945ab8ca26672b600fc312b.zip
Small translation modifications to templates.
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 010677b..908e93c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -157,6 +157,19 @@
<span class="icon"><img src="/svg/icons/git.svg"/></span>
</a>
</div>
+ {% if lang == "ru" %}
+ <p>
+ Это русскоязычная версия сайта. Если вам интересно
+ прочитать больше, взгляньте на
+ <a href="/">англоязычную версию сайта</a>.
+ </p>
+ {% elif lang == "es" %}
+ <p>
+ Ésta es la versión en español de mi sitio. Si les
+ interesa leer más, denle un vistazo al sitio
+ <a href="/">en inglés</a>.
+ </p>
+ {% endif %}
</div>
</div>
{% endblock %}