From b641017ab90ad5449ebde0f794f73c5c463adf84 Mon Sep 17 00:00:00 2001 From: Connor <92468659+connorcarey@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:17:31 -0500 Subject: [PATCH] impr(quotes): add English quotes (connorcarey) (#5520) * Added Gurren Lagann Quotes * Fixed grammatical errors --------- Co-authored-by: Connor Carey --- 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 dbebfd988..79ba81b7c 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38561,6 +38561,18 @@ "source": "Sonic - Sonic the Hedgehog (OVA, 1996)", "length": 140, "id": 7060 + }, + { + "text": "Listen, Simon. Never forget. Just believe in yourself. Not in the Simon that I believe in; not in the Kamina that you believe in. Have faith in the Simon who believes in you.", + "source": "Gurren Lagann", + "length": 174, + "id": 7061 + }, + { + "text": "Mark my words! This drill will open a hole in the universe! And that hole will be a path for those behind us! The dreams of those who've fallen! The hopes of those who'll follow! Those two sets of dreams weave together into a double helix! Drilling a path towards tomorrow! And that's Tengen Toppa! That's Gurren Lagann! My drill is the drill... that creates the heavens!", + "source": "Gurren Lagann", + "length": 371, + "id": 7062 } ] }