From 062cfeaca3c1e49663eab31ba73d22c4429c56d4 Mon Sep 17 00:00:00 2001 From: Swarit Choudhari <68472469+SwiftyProgrammer690@users.noreply.github.com> Date: Fri, 21 Oct 2022 08:12:50 -0400 Subject: [PATCH] add quotes for 3 languages (#3672) SwiftyProgrammer690 * Add quotes for languages english, hindi, norwegian * added vintage_red theme * Delete vintage_red.css * Update _list.json --- frontend/static/quotes/english.json | 30 +++++++++++++++++++++++++++ frontend/static/quotes/hindi.json | 6 ++++++ frontend/static/quotes/norwegian.json | 8 ++++++- 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 5f3809e4d..b151fbe89 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -35598,6 +35598,36 @@ "source": "Eighty Six", "length": 82, "id": 6267 + }, + { + "text": "I do so hate to make up my mind about anything, whether it's good or bad, up or down, in or out, rain or shine.", + "source": "The Phantom Tollbooth", + "length": 111, + "id": 6268 + }, + { + "text": "Whether or not you find your own way, you're bound to find some way. If you happen to find my way, please return it, as it was lost years ago. I imagine by now it's quite rusty.", + "source": "The Phantom Tollbooth", + "length": 177, + "id": 6269 + }, + { + "text": "If something is there, you can only see it with your eyes open, but if it isn't there, you can see it just as well with your eyes closed. That's why imaginary things are often easier to see than real ones.", + "source": "The Phantom Tollbooth", + "length": 205, + "id": 6270 + }, + { + "text": "Expectations is the place you must always go to before you get to where you're going.", + "source": "The Phantom Tollbooth", + "length": 85, + "id": 6271 + }, + { + "text": "Without the element of enjoyment, it is not worth trying to excel at anything.", + "source": "Magnus Carlsen", + "length": 78, + "id": 6272 } ] } diff --git a/frontend/static/quotes/hindi.json b/frontend/static/quotes/hindi.json index a2b98dd1f..d0f915738 100644 --- a/frontend/static/quotes/hindi.json +++ b/frontend/static/quotes/hindi.json @@ -204,6 +204,12 @@ "source": "दुष्यंत कुमार, साये में धूप", "length": 564, "id": 33 + }, + { + "text": "इंटेलीजेंट वह नहीं होते, जो स्कूल में टॉप करते हैं, इंटेलिजेंट वह होते हैं, जो लाइफ में टॉप करते हैं।", + "source": "अनजान", + "length": 103, + "id": 34 } ] } diff --git a/frontend/static/quotes/norwegian.json b/frontend/static/quotes/norwegian.json index 25ae73fb2..3f8938248 100644 --- a/frontend/static/quotes/norwegian.json +++ b/frontend/static/quotes/norwegian.json @@ -22,8 +22,14 @@ { "text": "Bæ bæ lille lam, har du noe ull? Ja, ja, kjære barn, jeg har kroppen full. Søndagsklær til far, og søndagsklær til mor, og to par strømper til bitte lille bror.", "source": "Bæ Bæ lille lam, Tommy Thumb's pretty Song Book (norsk oversettelse)", - "id": 4, + "id": 3, "length": 160 + }, + { + "text": "Uten elementet nytelse er det ikke verdt å prøve å utmerke seg i noe som helst.", + "source": "Magnus Carlsen", + "id": 4, + "length": 79 } ] }