Added spanish support for flag and translation

This commit is contained in:
Eli Rodriguez 2019-04-22 15:42:05 +02:00
parent c2d78a290c
commit 524378bdc9
2 changed files with 38 additions and 1 deletions

View File

@ -1,4 +1,5 @@
de: de
en: gb
fr: fr
nl: nl
nl: nl
es: es

36
i18n/es.toml Normal file
View File

@ -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"