From 504699411b2bf7067630871496673cfd7295f42b Mon Sep 17 00:00:00 2001 From: Nipul Mallikarachchi Date: Thu, 22 Feb 2024 00:09:51 +0530 Subject: [PATCH 1/4] impr(quotes): add 3 english quotes --- frontend/static/quotes/english.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index bd0ae8222d32..f379e3318552 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38640,6 +38640,24 @@ "source": "Jorge Mario Bergoglio", "length": 100, "id": 7029 + }, + { + "text": "You may say I'm a dreamer, but I'm not the only one. I hope someday you'll join us. And the world will live as one.", + "source": "John Lennon", + "length": 115, + "id": 7030 + }, + { + "text": "Darkness cannot drive out darkness: only light can do that. Hate cannot drive out hate: only love can do that.", + "source": "Martin Luther King Jr.", + "length": 110, + "id": 7031 + }, + { + "text": "Life is a succession of lessons which must be lived to be understood", + "source": "Ralph Waldo Emerson", + "length": 68, + "id": 7032 } ] } From 2a85fc21d3ecf59a13ad4d95487ec9537f4e4c17 Mon Sep 17 00:00:00 2001 From: Nipul Mallikarachchi Date: Fri, 23 Feb 2024 00:37:14 +0530 Subject: [PATCH 2/4] impr(quotes): add 4 english quotes --- 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 f379e3318552..39d73f21a2f6 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38658,6 +38658,30 @@ "source": "Ralph Waldo Emerson", "length": 68, "id": 7032 + }, + { + "text": "If you can't fly, then run. If you can't run, then walk, If you can't walk, then crawl, but whatever you do, you have to keep moving forward.", + "source": "Martin Luther King Jr.", + "length": 141, + "id": 7033 + }, + { + "text": "In this life we cannot do great things. We can only do small things with great love.", + "source": "Mother Teresa", + "length": 84, + "id": 7034 + }, + { + "text": "Life is never fair, and perhaps it is a good thing for most of us that it is not.", + "source": "Oscar Wilde", + "length": 81, + "id": 7035 + }, + { + "text": "Go confidently in the direction of your dreams! Live the life you've imagined.", + "source": "Henry David Thoreau", + "length": 78, + "id": 7036 } ] } From 060b9eb1483dcb678e4016a57fd98fa39180b89f Mon Sep 17 00:00:00 2001 From: Nipul Mallikarachchi Date: Fri, 23 Feb 2024 08:37:53 +0530 Subject: [PATCH 3/4] updated per feedback --- 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 39d73f21a2f6..c163d5129f94 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38660,7 +38660,7 @@ "id": 7032 }, { - "text": "If you can't fly, then run. If you can't run, then walk, If you can't walk, then crawl, but whatever you do, you have to keep moving forward.", + "text": "If you can't fly, then run. If you can't run, then walk. If you can't walk, then crawl, but whatever you do - you have to keep moving forward.", "source": "Martin Luther King Jr.", "length": 141, "id": 7033 From 9ca37475faad3ca8037a24cfb4fb344aba602447 Mon Sep 17 00:00:00 2001 From: Nipul Mallikarachchi Date: Fri, 23 Feb 2024 08:49:50 +0530 Subject: [PATCH 4/4] fixed length --- 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 c163d5129f94..bbacf288c4a4 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38662,7 +38662,7 @@ { "text": "If you can't fly, then run. If you can't run, then walk. If you can't walk, then crawl, but whatever you do - you have to keep moving forward.", "source": "Martin Luther King Jr.", - "length": 141, + "length": 142, "id": 7033 }, {