From 06a20e7b8d0bb6b73308960bdc78cf54ac9d85e5 Mon Sep 17 00:00:00 2001 From: Noah <70314622+ixnoahlive@users.noreply.github.com> Date: Wed, 15 Oct 2025 10:59:34 +0200 Subject: [PATCH] impr(quotes): add 6 new english quotes (@ixnoahlive) (#7009) ### Description Adds some quotes from media I particularly like and would like to see more of! Translations not applicable. ### Checks - [x] Adding quotes? - [x] Make sure to include translations for the quotes in the description (or another comment) so we can verify their content. - [x] Check if any open issues are related to this PR; if so, be sure to tag them below. - [x] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info) - [x] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title. Co-authored-by: Miodec --- frontend/static/quotes/english.json | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 8bc336c0d..6a58ecc53 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38943,6 +38943,42 @@ "source": "Dale Carnegie, How to Win Friends & Influence People", "id": 7703, "length": 190 + }, + { + "text": "The streets are empty. Wind skims the voids keeping neighbors apart, as if grazing the hollow of a cut reed, or say, a plundered mailbox. A familiar note is produced. It's the one Desolation plays to keep its instrument in tune.", + "source": "Homestuck", + "id": 7704, + "length": 228 + }, + { + "text": "When the sun comes up again... I want tomorrow to be the same as yesterday. And the next day to be just the same as that. That in the end, we can always go back to how things were.", + "source": "Deltarune", + "id": 7705, + "length": 180 + }, + { + "text": "It's hard to put into words, but for some reason, seeing Susie next to you... You felt like, whatever you were, for just right now, it might be okay.", + "source": "Deltarune", + "id": 7706, + "length": 149 + }, + { + "text": "You may forget me, I may forget myself, but I will remember your kindness. Now, this island will disappear soon. You must depart. If you will it, we shall meet again at that place... Whether 11 hours or 11 years, DELTARUNE will be waiting. So take your time, wash your face and get dressed!", + "source": "Deltarune", + "id": 7707, + "length": 290 + }, + { + "text": "And the game was over and the player woke up from the dream. And the player began a new dream. And the player dreamed again, dreamed better. And the player was the universe. And the player was love. You are the player. Wake up.", + "source": "Minecraft", + "id": 7708, + "length": 227 + }, + { + "text": "I understand you don't feel it's working out for you here at Lumon. While disappointed, I'd hate to keep you somewhere you're not happy. So, let's get you outta here.", + "source": "Severance", + "id": 7709, + "length": 166 } ] }