Skip to content

[pull] master from monkeytypegame:master#861

Merged
pull[bot] merged 7 commits intoUncodedtech:masterfrom
monkeytypegame:master
Apr 28, 2026
Merged

[pull] master from monkeytypegame:master#861
pull[bot] merged 7 commits intoUncodedtech:masterfrom
monkeytypegame:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Apr 28, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

nadalaba and others added 7 commits April 28, 2026 21:23
supersedes #7716

---------

Co-authored-by: Jack <jack@monkeytype.com>
### Description

## Adding 10 famous hindi quotes :)

### id: 54  
**धीरे-धीरे रे मना, धीरे सब कुछ होय;  
माली सींचे सौ घड़ा, ऋतु आए फल होय।**  
Slowly, slowly, O mind—everything unfolds in its own time;  
the gardener may water with a hundred pots, yet fruit arrives only in
season.

---

### id: 55  
**रहिमन पानी राखिए, बिन पानी सब सून;  
पानी गए न ऊबरे, मोती, मानस, चून।**  
Preserve your “water” (honor/essence), says Rahim; without it, all is
empty.
Once lost, neither pearls, humans, nor lime can regain it.

---

### id: 56  
**ऐसी वाणी बोलिए, मन का आपा खोय;  
औरन को शीतल करे, आपहुं शीतल होय।**  
Speak such words that your ego dissolves;  
they bring peace to others, and peace to yourself.

---

### id: 57  
**निंदक नियरे राखिए, आँगन कुटी छवाय;  
बिन पानी, साबुन बिना, निर्मल करे सुभाय।**  
Keep your critic close—give them a place in your courtyard;  
without soap or water, they cleanse your nature.

---

### id: 58  
**करत-करत अभ्यास के जड़मति होत सुजान;  
रसरी आवत-जात ते सिल पर परत निशान।**  
Through constant practice, even a dull mind becomes wise;  
as a rope’s repeated friction leaves marks on stone.

---

### id: 59  
**तुलसी इस संसार में भाँति-भाँति के लोग;  
सबसे हँस मिल बोलिए, नदी नाव संजोग।**  
In this world are people of many kinds;  
meet everyone with a smile—like a boat meeting the river.

---

### id: 60  
**रहिमन निज मन की व्यथा, मन ही राखो गोय;  
सुनि अठिलैंहि लोग सब, बाँटि न लेंहि कोय।**  
Keep your heart’s pain within, says Rahim;  
people will only laugh at it—none truly shares it.

---

### id: 61  
**रहिमन देखि बड़ेन को, लघु न दीजिए डारि;  
जहाँ काम आवे सुई, कहाँ करे तरवारि।**  
Do not discard the small in favor of the great, says Rahim;  
where a needle is needed, what use is a sword?

---

### id: 62  
**जो रहीम उत्तम प्रकृति, का करि सकत कुसंग;  
चंदन विष व्यापत नहीं, लिपटे रहत भुजंग।**  
What harm can bad company do to one of noble nature, says Rahim?  
Poison does not affect sandalwood, even when snakes coil around it.

---

### id: 63  
**साँच बराबर तप नहीं, झूठ बराबर पाप;  
जाके हृदय साँच है, ताके हृदय आप।**  
No austerity equals truth, no sin equals falsehood;  
where truth resides in the heart, there resides God.


### Checks

- [x] Adding quotes?
- Make sure to follow the [quotes
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/QUOTES.md)
- [x] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [ ] Adding a language?
- Make sure to follow the [languages
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
  - [ ] Add language to `packages/schemas/src/languages.ts`
- [ ] Add language to exactly one group in
`frontend/src/ts/constants/languages.ts`
  - [ ] Add language json file to `frontend/static/languages`
- [ ] Adding a theme?
- Make sure to follow the [themes
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/THEMES.md)
  - [ ] Add theme to `packages/schemas/src/themes.ts`
  - [ ] Add theme to `frontend/src/ts/constants/themes.ts`
  - [ ] (optional) Add theme css file to `frontend/static/themes`
- [ ] Add some screenshots of the theme, especially with different test
settings (colorful, flip colors) to your pull request
- [ ] Adding a layout?
- [ ] Make sure to follow the [layouts
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md)
  - [ ] Add layout to `packages/schemas/src/layouts.ts`
  - [ ] Add layout json file to `frontend/static/layouts`
- [ ] Adding a font?
- Make sure to follow the [fonts
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/FONTS.md)
  - [ ] Add font file to `frontend/static/webfonts`
  - [ ] Add font to `packages/schemas/src/fonts.ts`
  - [ ] Add font to `frontend/src/ts/constants/fonts.ts`
- [ ] Check if any open issues are related to this PR; if so, be sure to
tag them below.
- [ ] Make sure the PR title follows the Conventional Commits standard.
(https://www.conventionalcommits.org for more info)
- [x] Make sure to include your GitHub username prefixed with @ inside
parentheses at the end of the PR title.
after `"types": ["node"]` was added to the base tsconfig on e7cd1a0,
running `pnpm ts-check --force` fails:
> @monkeytype/tsup-config:ts-check: error TS2688: Cannot find type
definition file for 'node'.
@monkeytype/tsup-config:ts-check:   The file is in the program because:
@monkeytype/tsup-config:ts-check: Entry point of type library 'node'
specified in compilerOptions

Co-authored-by: Jack <jack@monkeytype.com>
@pull pull Bot locked and limited conversation to collaborators Apr 28, 2026
@pull pull Bot added the ⤵️ pull label Apr 28, 2026
@pull pull Bot merged commit 605a32d into Uncodedtech:master Apr 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants