From 7496062a23003dc2e21f5c2ab1d137eaa870d882 Mon Sep 17 00:00:00 2001 From: Pratham Tandale Date: Sun, 26 Oct 2025 23:01:55 +0530 Subject: [PATCH 1/2] Added four english quote from The Time Traveler's Wife: Novel by Audrey Niffenegger --- 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 c30ad20ef..8ea17ef55 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39039,6 +39039,30 @@ "source": "In Search of Lost Time", "id": 7719, "length": 1559 + }, + { + "text": "Love the world and yourself in it, move through it as though it offers no resistance, as though the world is your natural element.", + "source": "The Time Traveler's Wife: Novel by Audrey Niffenegger", + "id": 7720, + "length": 130 + }, + { + "text": "Time is priceless, but it’s Free. You can't own it, you can use it. You can spend it. But you can't keep it. Once you've lost it you can never get it back.", + "source": "The Time Traveler's Wife: Novel by Audrey Niffenegger", + "id": 7721, + "length": 155 + }, + { + "text": "Don't you think it's better to be extremely happy for a short while, even if you lose it, than to be just okay for your whole life?", + "source": "The Time Traveler's Wife: Novel by Audrey Niffenegger", + "id": 7722, + "length": 131 + }, + { + "text": "Home sweet home. No place like home. Take me home, country roads. Home is where the heart is. But my heart is here. So I must be home.", + "source": "The Time Traveler's Wife: Novel by Audrey Niffenegger", + "id": 7723, + "length": 134 } ] } From ae1fd3c138c9e34202b95e7733c2c382a840d58d Mon Sep 17 00:00:00 2001 From: Pratham Tandale Date: Mon, 27 Oct 2025 18:07:50 +0530 Subject: [PATCH 2/2] mod(quote): lowercase in second quote --- frontend/static/quotes/english.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 8ea17ef55..aabb7aaca 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39047,7 +39047,7 @@ "length": 130 }, { - "text": "Time is priceless, but it’s Free. You can't own it, you can use it. You can spend it. But you can't keep it. Once you've lost it you can never get it back.", + "text": "Time is priceless, but it’s free. You can't own it, you can use it. You can spend it. But you can't keep it. Once you've lost it you can never get it back.", "source": "The Time Traveler's Wife: Novel by Audrey Niffenegger", "id": 7721, "length": 155