From c57d62d69de2e74845639561228f5525de6f71db Mon Sep 17 00:00:00 2001 From: Scarce Koi Date: Mon, 7 Apr 2025 08:34:15 -0400 Subject: [PATCH] impr(quotes): add english quote (@scarcekoi) (#6422) ### Description I added a quote from the Eleventh Doctor from Doctor Who. ([Tardis Guide Link](https://tardis.guide/quote/what-fresh-hope-the-future-may-bring/)) ### 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. Closes # --- frontend/static/quotes/english.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 75de38c2f..49879d53a 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38553,6 +38553,12 @@ "source": "The LEGO Movie", "length": 363, "id": 7638 - } + }, + { + "text": "If this universe has taught me anything, it's that you should always hold onto every moment you can, every hour, every minute, every second. Even when all hope is gone, you should still cling on, because you can never know what fresh hope the future may bring.", + "source": "The Eleventh Doctor", + "length": 260, + "id": 7639 + } ] }