mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-29 10:17:30 +08:00
### feat(quotes): Update Tamil & Tanglish Words and Quotes
(@pipinthedev)
### Description
- Updated `tamil.json` with new Tamil words.
- Expanded `tanglish.json` with additional words and removed
inappropriate terms.
- Added new Tamil quotes in `tamil.json`.
### Files Changed
- `frontend/static/languages/tamil.json`
- `frontend/static/languages/tanglish.json`
- `frontend/static/quotes/tamil.json`
### Translations:
```json
[
{
"text": "Water without purity lasts three days; a heart without love does not last even a single day.",
"source": "Thiruvalluvar",
"length": 84,
"id": 26
},
{
"text": "A learned man, who conducts himself harmoniously with the world, is truly cultured and wise.",
"source": "Thiruvalluvar, Thirukkural 141",
"length": 51,
"id": 27
},
{
"text": "If there is even one righteous person, for his sake, rain will bless everyone.",
"source": "Thiruvalluvar, Thirukkural 59",
"length": 61,
"id": 28
},
{
"text": "Those whose thoughts are unrefined lack determination; their words lack truth, even to their own kin.",
"source": "Thiruvalluvar, Thirukkural 292",
"length": 72,
"id": 29
},
{
"text": "The wise consider all living beings as their own kin.",
"source": "Thiruvalluvar, Thirukkural 72",
"length": 54,
"id": 30
},
{
"text": "Think only of what is noble; even if difficulties arise, never abandon that thought.",
"source": "Thiruvalluvar, Thirukkural 595",
"length": 62,
"id": 31
},
{
"text": "If love and virtue prevail, family life will flourish in prosperity and purpose.",
"source": "Thiruvalluvar, Thirukkural 45",
"length": 58,
"id": 32
}
]
|
||
|---|---|---|
| .. | ||
| __tests__ | ||
| docker | ||
| scripts | ||
| src | ||
| static | ||
| .eslintrc.cjs | ||
| .firebaserc_example | ||
| firebase.json | ||
| gulpfile.js | ||
| knip.json | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.dev.js | ||
| vite.config.js | ||
| vite.config.prod.js | ||
| vitest.config.js | ||