From 31b4ffde30681a0a1945ab8ca26672b600fc312b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Sun, 21 Feb 2021 22:11:19 +0300
Subject: Small translation modifications to templates.

---
 templates/base.html | 13 +++++++++++++
 1 file changed, 13 insertions(+)

(limited to 'templates/base.html')

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 %}
-- 
cgit v1.2.3