diff --git a/data/langFlags.yaml b/data/langFlags.yaml index 56d4ee9..ff217d0 100644 --- a/data/langFlags.yaml +++ b/data/langFlags.yaml @@ -1,4 +1,5 @@ de: de en: gb fr: fr -nl: nl \ No newline at end of file +nl: nl +es: es 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"