Added spanish support for flag and translation
This commit is contained in:
parent
7596045757
commit
e1616655a1
2 changed files with 38 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
de: de
|
de: de
|
||||||
en: gb
|
en: gb
|
||||||
fr: fr
|
fr: fr
|
||||||
nl: nl
|
nl: nl
|
||||||
|
es: es
|
||||||
|
|
36
i18n/es.toml
Normal file
36
i18n/es.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue