From d2428a175b48a3237c4131a08e57d69e8726812c Mon Sep 17 00:00:00 2001 From: Miguel Pimentel Date: Thu, 24 Aug 2023 08:23:25 -0500 Subject: [PATCH] Create es.toml Add Spanish translation --- i18n/es.toml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 i18n/es.toml diff --git a/i18n/es.toml b/i18n/es.toml new file mode 100644 index 0000000..6e5410e --- /dev/null +++ b/i18n/es.toml @@ -0,0 +1,38 @@ +# Translations for Spanish +# https://gohugo.io/content-management/multilingual/#translation-of-strings + +# 404.html +# +[notFound] +other = "Oops, esta página no fue encontrada…" + +[home] +other = "Inicio" + +[archives] +other = "Archivos" + +# posts/single.html +# +[seeAlso] +other = "Vea también" + +[wordCount] +other = "{{ .WordCount }} Palabras" + +[tableOfContents] +other = "Tabla de Contenido" + +[newer] +other = "Siguiente" + +[older] +other = "Previo" + +# partials/header.html +# +[menu] +other = "Menú" + +[featuredImage] +other = "Imagen Presentada"