Skip to content

Commit

Permalink
impr(quotes): add Hindi quotes (#4895)
Browse files Browse the repository at this point in the history
* Added 10  hindi quotes

* fixed length count

* added new theme (mystic_night)

* Delete frontend/static/themes/mystic_night.css

* Delete frontend/static/themes/_list.json

* fixed conflicting issues

* Added missing _list.json

* fix indentation

---------

Co-authored-by: Miodec <jack@monkeytype.com>
  • Loading branch information
Anasdevs and Miodec committed Jan 18, 2024
1 parent 9b79f2b commit 2c01de4
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 2 deletions.
60 changes: 60 additions & 0 deletions frontend/static/quotes/hindi.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,66 @@
"source": "सद्गुरु",
"length": 127,
"id": 39
},
{
"text": "जो तोड़ा तो नहीं बना, जो बना तो नहीं तोड़ा । जब दोनों एक ही हैं, तो फिर मिट्टी में क्या रोड़ा।",
"source": "कबीर दास",
"length": 94,
"id": 40
},
{
"text": "माया मरी ना मन मरा, मरा मरा जग माया । छोड़िए यह माया सब, जगह जगह बिखराया।",
"source": "कबीर दास",
"length": 73,
"id": 41
},
{
"text": "बुरा जो देखन मैं चला, बुरा न मिलिया कोय । जो मन खोजा अपना, तो मुझसे बुरा न कोय।",
"source": "कबीर दास",
"length": 79,
"id": 42
},
{
"text": "साधु आहार भै साधु सब की बानी । जैसा खाए तैसा होए, ऐसा श्रेष्ठ ज्ञानी।",
"source": "कबीर दास",
"length": 69,
"id": 43
},
{
"text": "गुरु गोविन्द दोऊ खड़े, काके लागूं पाए । बलिहारी गुरु आपनो, गोविन्द दियो मिलाए।",
"source": "कबीर दास",
"length": 78,
"id": 44
},
{
"text": "बड़ा हुआ तो क्या हुआ, जैसे पेड़ खजूर । पंथी को छाया नहीं, फल लागे अति दूर।",
"source": "कबीर दास",
"length": 74,
"id": 45
},
{
"text": "ज्ञानी सज्जन सब हैं, नारी सज्जन नहीं । जो जानत हैं सज्जन, वही सज्जन रहीं।",
"source": "कबीर दास",
"length": 73,
"id": 46
},
{
"text": "हीरा है सो मिटा दें, नाका है सो छोड़ दें । मटका है सो टूटा दें, अपने सतगुरु का रह दिखा दें।",
"source": "कबीर दास",
"length": 91,
"id": 47
},
{
"text": "गहरे पानी में जल मिलाये, और दीपक बूझे न कोय । जो बिना सिमटे बूझे, सो कहा सुझे न जोय।",
"source": "कबीर दास",
"length": 84,
"id": 48
},
{
"text": "रहिमन धागा प्रेम का, मत तोड़ो चटकाय । टूटे से फिर ना जुड़े, जुड़े गाँठ पड़ जाय।",
"source": "कबीर दास",
"length": 79,
"id": 49
}
]
}
3 changes: 1 addition & 2 deletions frontend/static/themes/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1182,5 +1182,4 @@
"subColor": "#4f4f4f",
"textColor": "#1f1f1f"
}

]
]

0 comments on commit 2c01de4

Please sign in to comment.