Skip to content

Commit

Permalink
Add German translation
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Aug 30, 2023
1 parent cfed9b4 commit 564e76e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions language/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,14 @@
]
},
{
"label": "Replacement for line breaks",
"description": "By default, line breaks will be replaced with a space character. If you want to check for line breaks, e.g. in regular expressions, you can set a different replacement here.",
"label": "Ersatz für Zeilenumbrüche",
"description": "Standardmäßig werden Zeilenumbrüche durch ein Leerzeichen ersetzt. Falls du auf Zeilenumbrüche prüfen willst, etwa in regulären Ausdrücken, kannst du hier ein anderes Ersatzzeichen wählen.",
"options": [
{
"label": "space"
"label": "Leerzeichen"
},
{
"label": "line break (\\n)"
"label": "Zeilenumbruch (\\n)"
}
]
}
Expand Down Expand Up @@ -296,4 +296,4 @@
"default": "Wiederhole die Aufgabe. Du kannst deine vorherige Antwort verbessern, sofern dies für diese Aufgabe erlaubt ist."
}
]
}
}

0 comments on commit 564e76e

Please sign in to comment.