From fca523eb5ace3435d710d9f0552a13f4e95fd44e Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Fri, 30 Oct 2020 12:33:16 +0000
Subject: [PATCH] Merge pull request #83 from ErickCastellanos/master
---
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