Initial commit

This commit is contained in:
Tim Schubert 2020-07-26 19:39:13 +02:00
commit 720fa4a18b
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
17 changed files with 882 additions and 0 deletions

17
i18n/de.toml Normal file
View file

@ -0,0 +1,17 @@
[talks]
other = "Talks"
[blog]
other = "Blogs"
[writtenBy]
other = "Von"
[on]
other = "am"
[generator]
other = "Made with <a href='https://gohugo.io'>Hugo</a> using the <a href='https://github.com/EmielH/tale-hugo/'>Tale</a> theme."
[publishdate]
other = "{{ .PublishDate.Day }}. {{ index $.Site.Data.months_de (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}"

17
i18n/en.toml Normal file
View file

@ -0,0 +1,17 @@
[talks]
other = "Talks"
[blog]
other = "Blog"
[writtenBy]
other = "Written by"
[on]
other = "on"
[generator]
other = "Made with <a href='https://gohugo.io'>Hugo</a> using the <a href='https://github.com/EmielH/tale-hugo/'>Tale</a> theme."
[publishdate]
other = "{{ .PublishDate.Format \"January 2, 2006\" }}"

17
i18n/es.toml Normal file
View file

@ -0,0 +1,17 @@
[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 }}"

17
i18n/nl.toml Normal file
View file

@ -0,0 +1,17 @@
[posts]
other = "Artikelen"
[Talks]
other = "Talks"
[writtenBy]
other = "Geschreven door"
[on]
other = "op"
[generator]
other = "Gemaakt met <a href='https://gohugo.io'>Hugo</a> en thema <a href='https://github.com/EmielH/tale-hugo/'>Tale</a>."
[publishdate]
other = "{{ .PublishDate.Day }} {{ index $.Site.Data.months_nl (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}"