From 10dc22dd8ef967cdb36c715628521d8a8bf35c53 Mon Sep 17 00:00:00 2001 From: mplatten <37705569+mplatten@users.noreply.github.com> Date: Sat, 5 Jan 2019 13:45:59 +0100 Subject: Add translation to German --- i18n/de.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 i18n/de.toml (limited to 'i18n') diff --git a/i18n/de.toml b/i18n/de.toml new file mode 100644 index 0000000..62394bc --- /dev/null +++ b/i18n/de.toml @@ -0,0 +1,17 @@ +[posts] +other = "Beiträge" + +[about] +other = "Info" + +[writtenBy] +other = "Von" + +[on] +other = "am" + +[generator] +other = "Made with Hugo using the Tale theme." + +[publishdate] +other = "{{ .PublishDate.Day }}. {{ index $.Site.Data.months_de (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}" -- cgit v1.2.3