From 3a5e8e830cccce86f770694ea671cb3cc1a61a1d Mon Sep 17 00:00:00 2001 From: Moon <108756201+LifeAdventurer@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:46:19 +0800 Subject: [PATCH] impr(quotes): add English quotes (LifeAdventurer) (#4827) * impr(quotes): add 4 new English quotes * fix: quote id not unique * casing --------- Co-authored-by: Miodec --- frontend/static/quotes/english.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 4753cd4b6..9b829615a 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38651,6 +38651,30 @@ "source": "Talos Principle", "length": 694, "id": 7006 + }, + { + "text": "There is no happiness like this happiness: quiet mornings, light from the river, the weekend ahead.", + "source": "James Salter", + "length": 99, + "id": 7007 + }, + { + "text": "A lead falls; something is flying by; let whatever your eyes gaze upon be created, and the soul of the hearer remain shivering.", + "source": "Vicente Huidobro", + "length": 127, + "id": 7008 + }, + { + "text": "Still round the corner there may wait, a new road or a secret gate.", + "source": "J. R. R. Tolkien", + "length": 67, + "id": 7009 + }, + { + "text": "One of the advantages of being disorganized is that one is always having surprising discoveries.", + "source": "A. A. Milne", + "length": 96, + "id": 7010 } ] }