From 77ecf4393f953f2ef59fbad6e08c2390f7eda838 Mon Sep 17 00:00:00 2001
From: Erick Castellanos <hola@erickcastellanos.mx>
Date: Wed, 28 Oct 2020 20:43:25 +0000
Subject: [PATCH] Adding spanish translation.
---
i18n/es.toml | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/i18n/es.toml b/i18n/es.toml
new file mode 100644
index 0000000..e9f7ece
--- /dev/null
+++ b/i18n/es.toml
@@ -0,0 +1,21 @@
+[category]
+other = "categoría"
+
+[tag]
+other = "etiqueta"
+
+[reading_time]
+one = "1 minuto de lectura"
+other = "{{ .Count }} minutos de lectura"
+
+[page_not_found]
+other = "Página no encontrada"
+
+[page_does_not_exist]
+other = "Disculpa, la página no existe."
+
+[head_back]
+other = "Puedes regresar a la <a href=\"{{ . }}\">página inicial</a>."
+
+[comments]
+other = "comentarios"
--
Gitblit v1.10.0