From 5f964e2daa40ec6b4337a6078a6e961b99eb7213 Mon Sep 17 00:00:00 2001 From: Legonard <140340885+Legonard@users.noreply.github.com> Date: Fri, 26 Sep 2025 10:39:52 +0200 Subject: [PATCH] impr(quotes): added german quote "Wie soll ich ein Monster stoppen, ohne selbst eins zu werden?" - The Vampire Diaries --- frontend/static/quotes/german.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/static/quotes/german.json b/frontend/static/quotes/german.json index ba48227c9..e0c8649e4 100644 --- a/frontend/static/quotes/german.json +++ b/frontend/static/quotes/german.json @@ -3360,6 +3360,12 @@ "source": "Patent Ochsner - für immer uf di", "length": 217, "id": 588 + }, + { + "text": "Wie soll ich ein Monster stoppen, ohne selbst eins zu werden?", + "source": "Stefan Salvatore - The Vampire Diaries", + "length": 61, + "id": 589 } ] }