Skip to content

Commit

Permalink
feat(i18n): add Spanish translations for new features and refactor
Browse files Browse the repository at this point in the history
add translation for feature `back`
add translation for feature `tableOfContents`
add translation for feature `readingTime`
add newlines according to i18n en config
  • Loading branch information
totoroot committed Aug 25, 2021
1 parent 7584c1c commit 7d0d343
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion i18n/es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,54 @@ list:
other: Subsecciones

article:
back:
other: Volver

tableOfContents:
other: Tabla de contenido

relatedContents:
other: Contenidos relacionados

lastUpdatedOn:
other: Última vez actualizado

readingTime:
one: "{{ .Count }} minuto a leer"
other: "{{ .Count }} minutos a leer"

notFound:
title:
other: No Encontrado

subtitle:
other: Esta página no existe
other: Esta página no existe.

widget:
archives:
title:
other: Archivo

more:
other: Más

tagCloud:
title:
other: Etiquetas

search:
title:
other: Búsqueda

placeholder:
other: Teclea algo...

resultTitle:
other: "#PAGES_COUNT páginas en (#TIME_SECONDS segundos)"

footer:
builtWith:
other: Creado con {{ .Generator }}

designedBy:
other: Tema {{ .Theme }} diseñado por {{ .DesignedBy }}

0 comments on commit 7d0d343

Please sign in to comment.