From 280cde13766fec2754f3b702fa27defd71c06a0a Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 31 Mar 2021 20:27:22 +0100 Subject: [PATCH] fixed comma in a german quote --- static/quotes/german.json | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/static/quotes/german.json b/static/quotes/german.json index 2ab01bc13..7942166b9 100644 --- a/static/quotes/german.json +++ b/static/quotes/german.json @@ -1,22 +1,10 @@ { "language": "german", "groups": [ - [ - 0, - 100 - ], - [ - 101, - 300 - ], - [ - 301, - 600 - ], - [ - 601, - 9999 - ] + [0, 100], + [101, 300], + [301, 600], + [601, 9999] ], "quotes": [ { @@ -320,7 +308,7 @@ "id": 50 }, { - "text": "Das schauerlichste Übel also, der Tod, geht uns nichts an; denn solange wir existieren, ist der Tod nicht da, und wenn der Tod da ist, existieren wir nicht mehr.", + "text": "Das schauerlichste Übel, also der Tod, geht uns nichts an; denn solange wir existieren, ist der Tod nicht da, und wenn der Tod da ist, existieren wir nicht mehr.", "source": "Epikur", "length": 161, "id": 51 @@ -722,4 +710,4 @@ "id": 117 } ] -} \ No newline at end of file +}