From 5294c4027c96ef8fb9a109fd167e39f579379844 Mon Sep 17 00:00:00 2001 From: ModdyLP Date: Sun, 19 Mar 2023 12:52:03 +0100 Subject: [PATCH 1/6] 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 From 8c6d96410442432954062e1de2ec94ce67b8f6cb Mon Sep 17 00:00:00 2001 From: ModdyLP Date: Sun, 19 Mar 2023 12:55:41 +0100 Subject: [PATCH 2/6] Missing Dot added :D --- i18n/de.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/de.yaml b/i18n/de.yaml index e0f5aaab..902f91b4 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -15,7 +15,7 @@ article: word_count: one: "{{ .Count }} Wort" other: "{{ .Count }} Wörter" - part_of_series: "Dieser Artikel ist Teil einer Serie" + part_of_series: "Dieser Artikel ist Teil einer Serie." part: "Teil" this_article: "Dieser Artikel" From 593c709e6816bf65575fbcdc85a6c3f333c92b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 24 Mar 2023 21:37:32 +0000 Subject: [PATCH 3/6] Delete .gitignore --- .gitignore | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ee3d7456..00000000 --- a/.gitignore +++ /dev/null @@ -1,22 +0,0 @@ -# Binaries for programs and plugins -*.exe -*.exe~ -*.dll -*.so -*.dylib - -# Test binary, built with `go test -c` -*.test - -# Output of the go coverage tool, specifically when used with LiteIDE -*.out - -# Dependency directories (remove the comment below to include it) -# vendor/ - -#others -node_modules -.DS_Store -**/.DS_Store -.hugo_build.lock -.idea \ No newline at end of file From ec97e0ec61610592bc642231ed0256e4500ddbc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 24 Mar 2023 21:43:09 +0000 Subject: [PATCH 4/6] Revert "Delete .gitignore" This reverts commit 593c709e6816bf65575fbcdc85a6c3f333c92b90. --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ee3d7456 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + +#others +node_modules +.DS_Store +**/.DS_Store +.hugo_build.lock +.idea \ No newline at end of file From 0173d3da06a4595aaa2c018a4a29ae55635aca0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 24 Mar 2023 21:46:31 +0000 Subject: [PATCH 5/6] Updated PR to merge --- .gitignore | 1 - i18n/de.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ee3d7456..cb0067f2 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,3 @@ 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 902f91b4..b6af3606 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -62,4 +62,4 @@ shortcode: recent: - show_more: "Zeige Mehr" \ No newline at end of file + show_more: "Zeig Mehr" \ No newline at end of file From 0910ce5c7dfd93ef6f42bdc7483805179dbb0869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 24 Mar 2023 21:48:20 +0000 Subject: [PATCH 6/6] final update --- i18n/de.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/de.yaml b/i18n/de.yaml index b6af3606..902f91b4 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -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