Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorEli Rodriguez <eli.rodriguezperez95@gmail.com>2019-04-22 16:42:05 +0300
committerEli Rodriguez <eli.rodriguezperez95@gmail.com>2019-04-22 16:55:28 +0300
commite1616655a1112b3ca80336b7669ab24edc15be5b (patch)
treeb0cf898b3d60113924fc1605f606efc1d893e58c /i18n
parent75960457573de7d7a714f6fa81d5622091d3f6ba (diff)
Added spanish support for flag and translation
Diffstat (limited to 'i18n')
-rw-r--r--i18n/es.toml36
1 files changed, 36 insertions, 0 deletions
diff --git a/i18n/es.toml b/i18n/es.toml
new file mode 100644
index 0000000..1643ec7
--- /dev/null
+++ b/i18n/es.toml
@@ -0,0 +1,36 @@
+# Translations for Spanish
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# Generic
+#
+[translations]
+other = "Traducciones"
+
+[postAvailable]
+other = "También disponible en"
+
+
+# 404.html
+#
+[archives]
+other = "Archivo"
+
+[home]
+other = "Home"
+
+[notFound]
+other = "Oops, página no encontrada…"
+
+
+# posts/single.html
+#
+[readingTime]
+one = "Un minuto"
+other = "{{ .Count }} minutos"
+
+[tableOfContents]
+other = "Tabla de Contenido"
+
+[wordCount]
+one = "Una Palabra"
+other = "{{ .Count }} Palabras"