From 90b17fad5cf5173d79775a82c54a141ee7cd2fb1 Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Fri, 21 Jun 2019 12:59:54 +0000
Subject: [PATCH] Translate to Spanish (#193)

---
 i18n/es.toml |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/i18n/es.toml b/i18n/es.toml
new file mode 100644
index 0000000..d87a6a5
--- /dev/null
+++ b/i18n/es.toml
@@ -0,0 +1,24 @@
+[category]
+other = "categoría"
+
+[tag]
+other = "tag"
+
+[series]
+other = "serie"
+
+[reading_time]
+one = "Un minuto de leer"
+other = "{{ .Count }} minutos de leer"
+
+[page_not_found]
+other = "Pagina no existe"
+
+[page_does_not_exist]
+other = "Disculpa, aquí no hay nada."
+
+[head_back]
+other = "Puedes regresar a la <a href=\"{{ . }}\">primera pagina</a>."
+
+[powered_by]
+other = "Promovido por"

--
Gitblit v1.10.0