From 8e8dfd71be5635b00517b5d521da802b56bcf7ce409fff3ae3605530e4da00f0 Mon Sep 17 00:00:00 2001
From: Nicholas Johnson <nick@nicholasjohnson.ch>
Date: Wed, 2 Aug 2023 00:00:00 +0000
Subject: Add support for Spanish

---
 i18n/es.toml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 i18n/es.toml

(limited to 'i18n')

diff --git a/i18n/es.toml b/i18n/es.toml
new file mode 100644
index 0000000..21889d7
--- /dev/null
+++ b/i18n/es.toml
@@ -0,0 +1,27 @@
+[readingTime]
+  one = "1 minuto para leer"
+  other = "{{ .Count }} minutos para leer"
+
+[returnHome]
+  other = "Regresar a la página de inicio"
+
+[list]
+  other = "Lista"
+
+[feeds]
+  other = "Feeds"
+
+[atomFeed]
+  other = "Atom Feed"
+
+[tags]
+  other = "Etiquetas"
+
+[journalEntries]
+  other = "Entradas"
+
+[refs]
+  other = "Referencias"
+
+[navLinks]
+  other = "Enlaces de navegación"
-- 
cgit v1.2.3