diff options
author | Connor <[email protected]> | 2024-06-24 07:17:31 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-24 14:17:31 +0200 |
commit | b641017ab90ad5449ebde0f794f73c5c463adf84 (patch) | |
tree | f4cfba3e4238dd4936167feadf34bd75259f5684 | |
parent | e6acf225dcdcea211dbd0d3457d17c772a1fe94d (diff) | |
download | monkeytype-b641017ab90ad5449ebde0f794f73c5c463adf84.tar.gz monkeytype-b641017ab90ad5449ebde0f794f73c5c463adf84.zip |
impr(quotes): add English quotes (connorcarey) (#5520)
* Added Gurren Lagann Quotes
* Fixed grammatical errors
---------
Co-authored-by: Connor Carey <[email protected]>
-rw-r--r-- | frontend/static/quotes/english.json | 12 |
1 files changed, 12 insertions, 0 deletions
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 } ] } |