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

fr.toml « i18n - github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a13b993583c2b318426b17f0796bcf7bc0275a79 (plain)
1
2
3
4
5
6
7
8
9
10
11
[writtenBy]
other = "Écrit par"

[on]
other = "le"

[generator]
other = "Fait avec <a href='https://gohugo.io'>Hugo</a>, à partir du thème <a href='https://github.com/EmielH/tale-hugo/'>Tale</a>."

[publishdate]
other = "{{ .PublishDate.Day }} {{ index $.Site.Data.months_fr (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}"