From 991b9e8736d37c5f571434efb7f01d63b2dd3c7d Mon Sep 17 00:00:00 2001 From: Brentspine Date: Fri, 19 Jun 2026 17:34:20 +0200 Subject: [PATCH 1/2] impr(quotes): Add 2 famous quotes (@brentspine) --- frontend/static/quotes/english.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index dd4d91aeacf9..e778296fe2e8 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39345,6 +39345,18 @@ "source": "Doctor Who, Fallen Heroes", "id": 7770, "length": 485 + }, + { + "text": "As you carefully navigate your absurd circumstance, you gain a new appreciation for the few things you have as you meticulously use them to their fullest effect. You slowly transform this empty expanse into a world of your very own. Skyblock teaches us, that no matter how ridiculous the odds may seem, within us recides the power to overcome these challenges and achieve something beautiful, that one day, we'll look back at were we started and be amazed by how far we've come.", + "source": "Technoblade, the hypixel skyblock experience", + "id": 7771, + "length": 478 + }, + { + "text": "I don’t make mistakes. I’m not “just like the rest of you.” I’m stronger. I’m smarter. I’m better. I am better.", + "source": "The Boys", + "id": 7772, + "length": 111 } ] } From 768b81f70d49882fc1149c6581732ae9b0ea0c1a Mon Sep 17 00:00:00 2001 From: XV34989 Date: Tue, 30 Jun 2026 17:05:58 +0200 Subject: [PATCH 2/2] impr(quotes): fix typos and add german Metropolis quote (@brentspine) --- frontend/static/quotes/english.json | 6 +++--- frontend/static/quotes/german.json | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index e778296fe2e8..3ce6d4363614 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39347,13 +39347,13 @@ "length": 485 }, { - "text": "As you carefully navigate your absurd circumstance, you gain a new appreciation for the few things you have as you meticulously use them to their fullest effect. You slowly transform this empty expanse into a world of your very own. Skyblock teaches us, that no matter how ridiculous the odds may seem, within us recides the power to overcome these challenges and achieve something beautiful, that one day, we'll look back at were we started and be amazed by how far we've come.", + "text": "As you carefully navigate your absurd circumstance, you gain a new appreciation for the few things you have as you meticulously use them to their fullest effect. You slowly transform this empty expanse into a world of your very own. Skyblock teaches us, that no matter how ridiculous the odds may seem, within us resides the power to overcome these challenges and achieve something beautiful, that one day, we'll look back at where we started and be amazed by how far we've come.", "source": "Technoblade, the hypixel skyblock experience", "id": 7771, - "length": 478 + "length": 479 }, { - "text": "I don’t make mistakes. I’m not “just like the rest of you.” I’m stronger. I’m smarter. I’m better. I am better.", + "text": "I don’t make mistakes. I’m not “just like the rest of you”. I’m stronger. I’m smarter. I’m better. I am better.", "source": "The Boys", "id": 7772, "length": 111 diff --git a/frontend/static/quotes/german.json b/frontend/static/quotes/german.json index e0c8649e41ce..bef672ada7bf 100644 --- a/frontend/static/quotes/german.json +++ b/frontend/static/quotes/german.json @@ -3366,6 +3366,12 @@ "source": "Stefan Salvatore - The Vampire Diaries", "length": 61, "id": 589 + }, + { + "text": "Heute erzähle ich dir die Legende vom TURM ZU BABEL... \"Kommt, lasst uns einen Turm bauen, dessen Spitze bis zu den Sternen reichen kann! Und auf die Spitze des Turms werden wir die Worte schreiben: Groß ist die Welt und ihr Schöpfer! Und großartig ist der Mensch!\" Aber die Geister, die sich den Turm von Babel ausgedacht hatten, konnten ihn nicht bauen. Die Aufgabe war zu groß. Also stellten sie Arbeiter für Löhne ein. Aber die Hände, die den Turm von Babel gebaut haben, wussten nichts von dem Traum des Gehirns, der ihn sich ausgedacht hatte. BABEL. BABEL. BABEL. BABEL. Aus den Lobgesängen eines Mannes wurden die Flüche anderer Männer. Die Leute sprachen dieselbe Sprache, konnten sich aber nicht verstehen...", + "source": "Metropolis (1927)", + "length": 717, + "id": 590 } ] }