### Description
This is a followup to PR #6297.
1. `:` is a valid punctuation mark and isn't decided in another if/else
branch, so I left it as-is.
2. `;` is also a valid punctuation mark but it is used as a question
mark in the appropriate if/else branch. So here I convert it to a
period.
Modern greeks use either a period or a comma in place of a middle
dot/ano teleia. I would say that a period fits better most of the time.
### Checks
- [ ] Adding quotes?
- [ ] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [ ] Adding a language or a theme?
- [ ] If is a language, did you edit `_list.json`, `_groups.json` and
add `languages.json`?
- [ ] If is a theme, did you add the theme.css?
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [ ] 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)
- [ ] Make sure to include your GitHub username prefixed with @ inside
parentheses at the end of the PR title.
<!-- label(optional scope): pull request title (@your_github_username)
-->
<!-- I know I know they seem boring but please do them, they help us and
you will find out it also helps you.-->
Closes #
<!-- the issue(s) your PR resolves if any (delete if that is not the
case) -->
<!-- please also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->
<!-- pro tip: you can mention an issue, PR, or discussion on GitHub by
referencing its hash number e.g:
[#1234](https://github.com/monkeytypegame/monkeytype/pull/1234) -->
<!-- pro tip: you can press . (dot or period) in the code tab of any
GitHub repo to get access to GitHub's VS Code web editor Enjoy! :) -->
### Description
Hey. I'm adding the keywords & snippets (quotes) for the [Jule
programming language](https://jule.dev). Feel free to suggest any
changes :)
### Checks
- [x] Adding quotes?
- [x] Adding a language or a theme?
- [x] If is a language, did you edit `_list.json`, `_groups.json` and
add `code_jule.json`?
- [x] Check if any open issues are related to this PR; if so, be sure to
tag them below.
- [x] 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.
Signed-off-by: Adam Perkowski <adas1per@protonmail.com>
- scroll to users position when using the user button
- add scroll to top button on leaderboard page
---------
Co-authored-by: Miodec <jack@monkeytype.com>
### Description
The language was added as "Frysk", but the English name is "Frisian".
I've updated the filenames and `_groups.json` and `_list.json` to use
the correct name. There were also a few spelling errors, Dutch-isms and
unfinished translations from English that I fixed.
### Checks
- [x] Check if any open issues are related to this PR; if so, be sure to
tag them below.
- [x] 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.
Related PRs: #5211#4317
### 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
}
]
### Description
<!-- Please describe the change(s) made in your PR -->
### Checks
- [ ] Adding quotes?
- [ ] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [ ] Adding a language or a theme?
- [ ] If is a language, did you edit `_list.json`, `_groups.json` and
add `languages.json`?
- [ ] If is a theme, did you add the theme.css?
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [ ] 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)
- [ ] Make sure to include your GitHub username prefixed with @ inside
parentheses at the end of the PR title.
<!-- label(optional scope): pull request title (@your_github_username)
-->
<!-- I know I know they seem boring but please do them, they help us and
you will find out it also helps you.-->
Closes #
<!-- the issue(s) your PR resolves if any (delete if that is not the
case) -->
<!-- please also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->
<!-- pro tip: you can mention an issue, PR, or discussion on GitHub by
referencing its hash number e.g:
[#1234](https://github.com/monkeytypegame/monkeytype/pull/1234) -->
<!-- pro tip: you can press . (dot or period) in the code tab of any
GitHub repo to get access to GitHub's VS Code web editor Enjoy! :) -->
---------
Co-authored-by: Miodec <jack@monkeytype.com>
### Description
added 4 sanskrit quotes from the bhagwat gita and 1 from the
brihadaranyaka upanishad
### Checks
- [x] Adding quotes?
- [x] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [x] Check if any open issues are related to this PR; if so, be sure to
tag them below.
- [x] 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.
<!-- label(optional scope): pull request title (@your_github_username)
-->
<!-- I know I know they seem boring but please do them, they help us and
you will find out it also helps you.-->
### Translations
**BG 4.7**: Whenever there is a decline in righteousness and an increase
in unrighteousness, O Arjun, at that time I manifest Myself on earth.
**BG 6.16**: O Arjun, those who eat too much or too little, sleep too
much or too little, cannot attain success in Yog.
**BG 2.12**: Never was there a time when I did not exist, nor you, nor
all these kings; nor in the future shall any of us cease to be.
**Brihadaranyaka Upanishad 1.28**: Lead me from falsehood to truth, from
darkness to light, and from mortality to immortality.
**BG 11.54**: O Arjun, by unalloyed devotion alone can I be known as I
am, standing before you. Thereby, on receiving My divine vision, O
scorcher of foes, one can enter into union with Me.
Closes #
<!-- the issue(s) your PR resolves if any (delete if that is not the
case) -->
<!-- please also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->
<!-- pro tip: you can mention an issue, PR, or discussion on GitHub by
referencing its hash number e.g:
[#1234](https://github.com/monkeytypegame/monkeytype/pull/1234) -->
<!-- pro tip: you can press . (dot or period) in the code tab of any
GitHub repo to get access to GitHub's VS Code web editor Enjoy! :) -->
### Description
Allows enabling multiple funboxes that have a stylesheet. Which funboxes
should be deemed compatible with each other will need some discussion
---------
Co-authored-by: Jack <jack@monkeytype.com>
Co-authored-by: Christian Fehmer <cfe@sexy-developer.com>