diff options
author | TheFrenchTechMan <[email protected]> | 2024-12-04 15:15:14 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-04 15:15:14 +0100 |
commit | 4c4e82312e3094f4990c91c3192a6730623e6079 (patch) | |
tree | fcacf924b7d831c4930781fd71f01ad31022c579 | |
parent | 7aceed87b429160d186a8e8270e4572185b6a61f (diff) | |
download | monkeytype-4c4e82312e3094f4990c91c3192a6730623e6079.tar.gz monkeytype-4c4e82312e3094f4990c91c3192a6730623e6079.zip |
impr(quotes): add English quotes (@TheFrenchTechMan) (#6039)
-rw-r--r-- | frontend/static/quotes/english.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 899a4b13c..e7cdc9847 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38481,6 +38481,30 @@ "source": "Caduceus Clay - Critical Role (Campaign 2, Episode 110)", "length": 603, "id": 7614 + }, + { + "text": "Astrologers must rid themselves of material desires. Only by ridding oneself of clutter can one see the true world around them.", + "source": "Mona (Genshin Impact)", + "id": 7615, + "length": 127 + }, + { + "text": "Divination is about precisely foretelling one's written destiny. Over-embellishing that fate only leads to misconception.", + "source": "Mona (Genshin Impact)", + "id": 7616, + "length": 121 + }, + { + "text": "Fate is called as such, for it cannot be changed, nor can it be reversed. It can only but be accepted.", + "source": "Mona (Genshin Impact)", + "id": 7617, + "length": 102 + }, + { + "text": "\"Good things come to those who don't wait around!\" That's what they say, anyway. Knowing my luck, the opposite is probably true for me...", + "source": "Bennett (Genshin Impact)", + "id": 7618, + "length": 137 } ] } |