Welcome to mirror list, hosted at ThFree Co, Russian Federation.

es.toml « i18n - github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1383118283f1a1e6456da9a7799c54e93dc40695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[posts]
other = "Artículos"

[about]
other = "Acerca"

[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 }}"