From 2daf6453f5a8f4f88f1a9a4aa261b25a53b01737 Mon Sep 17 00:00:00 2001 From: Gordolin <120491875+Gordolin@users.noreply.github.com> Date: Tue, 23 Apr 2024 10:41:47 +0200 Subject: [PATCH] feat(i18n): add German translations (#780) --- i18n/de.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 i18n/de.toml diff --git a/i18n/de.toml b/i18n/de.toml new file mode 100644 index 00000000..d17caeef --- /dev/null +++ b/i18n/de.toml @@ -0,0 +1,17 @@ +[metrics_page_sections] +other = "Sections" + +[metrics_page_types] +other = "Types" + +[metrics_posts] +other = "Posts" + +[on_this_page] +other = "Auf dieser Seite" + +[read_more_about] +other = "Lese mehr über {{ . }}." + +[reading_time] +other = "Lesedauer: {{ .Count }} Min."