dadada.li/i18n/es.toml
2020-07-26 19:39:13 +02:00

17 lines
396 B
TOML

[blog]
other = "Artículos"
[talks]
other = "Talks"
[writtenBy]
other = "Escrito por"
[on]
other = "el"
[generator]
other = "Hecho con <a href='https://gohugo.io'>Hugo</a> usando el tema <a href='https://github.com/EmielH/tale-hugo/'>Tale</a>."
[publishdate]
other = "{{ .PublishDate.Day }} de {{ index $.Site.Data.months_es (printf \"%d\" .PublishDate.Month) }} de {{ .PublishDate.Year }}"