From ce82149583f57c4d3bd8233a01905690a1c5bcab Mon Sep 17 00:00:00 2001
From: Óscar Nájera <hello@oscarnajera.com>
Date: Sat, 01 Jun 2019 22:43:16 +0000
Subject: [PATCH] Spanish Translation (#175)
---
i18n/es.toml | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/i18n/es.toml b/i18n/es.toml
new file mode 100644
index 0000000..a6c052c
--- /dev/null
+++ b/i18n/es.toml
@@ -0,0 +1,17 @@
+[more]
+other = "Más"
+
+[allTitle]
+other = "Todos los {{.Title }}"
+
+[recentTitle]
+other = "{{.Title }} Recientes"
+
+[readMore]
+other = "Leer más"
+
+[whatsInThis]
+other = "Qué hay en este {{ .Type }}"
+
+[related]
+other = "Relacionado"
--
Gitblit v1.10.0