From 5294c4027c96ef8fb9a109fd167e39f579379844 Mon Sep 17 00:00:00 2001 From: ModdyLP Date: Sun, 19 Mar 2023 12:52:03 +0100 Subject: [PATCH] Fixed German Translation of Series and added Intellij Project Files to GitIgnore --- .gitignore | 1 + i18n/de.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cb0067f2..ee3d7456 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ node_modules .DS_Store **/.DS_Store .hugo_build.lock +.idea \ No newline at end of file diff --git a/i18n/de.yaml b/i18n/de.yaml index e1fd76e8..e0f5aaab 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -15,9 +15,9 @@ article: word_count: one: "{{ .Count }} Wort" other: "{{ .Count }} Wörter" - part_of_series: "This article is part of a series." - part: "Part" - this_article: "This Article" + part_of_series: "Dieser Artikel ist Teil einer Serie" + part: "Teil" + this_article: "Dieser Artikel" author: byline_title: "Autor" @@ -62,4 +62,4 @@ shortcode: recent: - show_more: "Zeig Mehr" \ No newline at end of file + show_more: "Zeige Mehr" \ No newline at end of file