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

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormplatten <37705569+mplatten@users.noreply.github.com>2019-01-05 15:45:59 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-01-05 15:45:59 +0300
commit10dc22dd8ef967cdb36c715628521d8a8bf35c53 (patch)
tree2c929d87819531598e1fc94966b0d3025dfa97c5
parentcbc4360644887d9fa8e3eff007d915f92a6ba7cc (diff)
Add translation to German
-rw-r--r--data/months_de.yaml12
-rw-r--r--i18n/de.toml17
2 files changed, 29 insertions, 0 deletions
diff --git a/data/months_de.yaml b/data/months_de.yaml
new file mode 100644
index 0000000..f18a1e3
--- /dev/null
+++ b/data/months_de.yaml
@@ -0,0 +1,12 @@
+1: "Januar"
+2: "Februar"
+3: "März"
+4: "April"
+5: "Mai"
+6: "Juni"
+7: "Juli"
+8: "August"
+9: "September"
+10: "Oktober"
+11: "November"
+12: "Dezember"
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 <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 }}"