Fixed German Translation of Series and added Intellij Project Files to GitIgnore

This commit is contained in:
ModdyLP 2023-03-19 12:52:03 +01:00
parent c627ebdfac
commit 5294c4027c
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View file

@ -19,3 +19,4 @@ node_modules
.DS_Store .DS_Store
**/.DS_Store **/.DS_Store
.hugo_build.lock .hugo_build.lock
.idea

View file

@ -15,9 +15,9 @@ article:
word_count: word_count:
one: "{{ .Count }} Wort" one: "{{ .Count }} Wort"
other: "{{ .Count }} Wörter" other: "{{ .Count }} Wörter"
part_of_series: "This article is part of a series." part_of_series: "Dieser Artikel ist Teil einer Serie"
part: "Part" part: "Teil"
this_article: "This Article" this_article: "Dieser Artikel"
author: author:
byline_title: "Autor" byline_title: "Autor"
@ -62,4 +62,4 @@ shortcode:
recent: recent:
show_more: "Zeig Mehr" show_more: "Zeige Mehr"