Commit graph

1899 commits

Author SHA1 Message Date
Tim Boex
e6dc6d16c8
fix: 8008 theme duplicate sub-alt-color (@tboex) (#6879)
### Description

the 8008 theme had a duplicate `--sub-alt-color` set to `#000000`

### 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?
- 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`
  - [ ] Add theme css file to `frontend/static/themes`
- [ ] Add some screenshot 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 [themes
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`
- [O] Check if any open issues are related to this PR; if so, be sure to
tag them below.
- [O] Make sure the PR title follows the Conventional Commits standard.
(https://www.conventionalcommits.org for more info)
- [O] Make sure to include your GitHub username prefixed with @ inside
parentheses at the end of the PR title.

<!-- label(optional scope): pull request title (@tboex) -->

<!-- I know I know they seem boring but please do them, they help us and
you will find out it also helps you.-->
2025-08-14 11:16:03 +02:00
Majid Shajari
c189009043
feat(language): Update persian_20k.json (@MajidShajari) (#6880)
add new word and convert arabic char to persian char

### Description

add new words 
change arabic character to persian character 
delete duplicat word

### 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?
- 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` 
  - [X] update language json file
- [ ] 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`
  - [ ] Add theme css file to `frontend/static/themes`
- [ ] Add some screenshot 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 [themes
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)
- [ ] 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! :) -->
2025-08-14 11:15:31 +02:00
Jeff Kochuk
52f293e294
feat(quotes): add typescript quotes (@JeffKochuk) (#6852)
feat(quotes): Added typescript quotes (@JeffKochuk) 

### Description

I added several quotes for typescript code so I can track my progress
with my split keyboard.

### 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.
- [None] 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.

---------

Co-authored-by: Jeff Kochuk <Jeff@JeffKochuk.com>
2025-08-13 11:16:05 +02:00
Polina
821c640888
feat(layout): add Rulemak layout (@poli0iq) (#6835)
### Description

Add Rulemak Cyrillic layout, as found in
23fec5367a/symbols/ru (L722).

It's primarily designed for Russian, but can also be used for Ukrainian,
Serbian, Bulgarian, Belarusian and Macedonian, thanks to its layer 3-4
symbols.

### 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?
- 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`
  - [ ] Add theme css file to `frontend/static/themes`
- [ ] Add some screenshot of the theme, especially with different test
settings (colorful, flip colors) to your pull request
- [x] Adding a layout?
- [x] Make sure to follow the [layouts
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md)
  - [x] Add layout to `packages/schemas/src/layouts.ts`
  - [x] Add layout json file to `frontend/static/layouts` 
- [ ] Adding a font?
- Make sure to follow the [themes
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)
- [ ] 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! :) -->
2025-08-05 14:22:00 +02:00
Kiri
34001e7fb0
fix: Misspelt items in League of Legends language (@kiriDevs) (#6822) 2025-08-04 15:18:40 +02:00
Kr1tX12
7b9a2eb93a
feat(language): add code_yoptascript language and quotes (@Kr1tX12) (#6819)
### Description

I added a new language: code_yoptascript. Also added 3 quotes for
code_yoptascript

### Translations of the quotes:
1: 'use client';\nip {SessionProvider} Remove from 'next-auth/react'
to\nip {ReactNode } Remove from 'react' to\n\nproduction of the option
Providers(JY children is: JY children: ReactNode is) JY\n\t reply
(\n\t\t<SessionProvider>\n\t\t\t{children}\n\t\t</SessionProvider>\n\t)\nest


2: yopta stalinSort(arr) yY\n\t step result outside [arr[0]]\n\t th
(precinct i outside 1 nah i <arr.length nah i++) yY\n\t\t right eye
(arr[i] > result[result.length - 1]) yY\n\t\t\tresult.navel(arr[i])
nah\n\t\test\n\test\n\tresponse result nah\nest


3: The red-eyed one(\"Dad got up, the neighborhood woke up\")

### Checks

- [yes] Adding quotes?
- [yes ] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [yes ] Adding a language?
- Make sure to follow the [languages
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
  - [ yes] Add language to `packages/schemas/src/languages.ts`
- [yes ] Add language to exactly one group in
`frontend/src/ts/constants/languages.ts`
  - [ yes] Add language json file to `frontend/static/languages`
2025-08-04 15:18:13 +02:00
Shizuko
15feb8a74a
fix(funbox): fix animations for choo_choo and earthquake funboxes in custom mode (@ShizukoV) (#6815)
Fixed an issue where the `choo_choo` and `earthquake` funboxes did not
"work" in custom mode.

Previously, these funboxes did not "work" in custom mode. When they were
turned on, *no animations were played*. This change allows the
animations to run regardless of the mode, so users can now experience
the funboxes in custom mode as well. This change also makes sure they
work on the other modes.

### Here is a video example of the bugs and the new changes in action:


[![funboxesFixedVideo](https://img.youtube.com/vi/oF1zuqWGYnQ/0.jpg)](https://www.youtube.com/watch?v=oF1zuqWGYnQ)
2025-08-04 15:11:28 +02:00
Christian Fehmer
a9a99947a1
chore: correct usage of font family (@fehmer) (#6793) 2025-07-28 15:45:34 +02:00
Miodec
be1774e219 chore: remove duplicates 2025-07-28 15:27:42 +02:00
Miodec
f12369eb90 chore: update contributors list 2025-07-28 15:22:42 +02:00
Lukas
21230abaa4
feat(language): add ABAP programming language (@hottek) (#6784)
### Description

This PR adds language support for the ABAP programming language. It adds
code_abap with the 200 most used ABAP keywords and code_abap_1k with all
ABAP keywords from the current ABAP language version.

### Checks

- [x] Adding a language?
- Make sure to follow the [languages
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
  - [x] Add language to `packages/schemas/src/languages.ts`
- [x] Add language to exactly one group in
`frontend/src/ts/constants/languages.ts`
  - [x] Add language json file to `frontend/static/languages` 
- [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.
2025-07-27 19:37:30 +02:00
Christian Fehmer
060a753be1
refactor(schema): move font config to schema (@fehmer) (#6780)
- **refactor(schema): move font config to schema (@fehmer)**
- **styles**
2025-07-26 13:34:03 +02:00
Soufiane
da720ac130
feat(language): add moroccan arabic (@Soufi-ane) (#6743)
### Description
Adds a dialect of arabic (moroccan) to monkeytype

### Checks

- [x] Adding a language?
  - [x] Add language to `packages/contracts/src/schemas/languages.ts`
- [x] Add language to exactly one group in
`frontend/src/ts/constants/languages.ts`
  - [x] Add language json file to `frontend/static/languages` 

- [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.

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2025-07-25 14:52:29 +02:00
Seif Soliman
2fc7aa5981
fix(themes): clipped logo letters in some themes (@byseif21) (#6745)
### Description

all themes that use `background-clip: text` should have the
`padding-bottom: 0.1em` to prevent the cut logo letters.

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2025-07-25 14:32:24 +02:00
sobczaktm
fc438ec454
impr(quotes): polish quotes and law of physics for polish language (@sobczaktm) (#6772)
Description
polish quotes and law of physics for polish language

Checks
Translations:
I will never serve any king or emperor, only my homeland. - "id":231

Nothing in life is to be feared, it is only to be understood. - "id":232

Until I used the Internet, I didn't know there were so many idiots in
the world. - "id":233

Mathematics is the only field in which nothing can be hidden.- "id":234

It is not enough to speak to the point, you also need to speak to
people. - "id":235

Mathematics is the most beautiful language in the world. - "id":236

Science should serve humanity, not its destruction. - "id":237

If no force acts on a body or the forces acting on it are balanced, the
body remains at rest or continues in uniform rectilinear motion. -
"id":238

If a constant force acts on a body, it moves with uniform acceleration,
and the acceleration is directly proportional to the force acting on the
body and inversely proportional to the mass of the body. - "id":239

Any two bodies attract each other with a force that is proportional to
the product of their masses and inversely proportional to the square of
the distance between them. -"id":240

If body A exerts a force on body B, then body B exerts a force on body A
of equal magnitude but in the opposite direction. - "id":241

The current in a conductor is proportional to the voltage and inversely
proportional to the resistance. - "id":242

Energy cannot be created or destroyed - it can only change form. -
"id":243

A body immersed in a liquid is subjected to a buoyant force equal to the
weight of the displaced liquid. - "id":244

The electrostatic force between two charges is proportional to the
product of the magnitudes of these charges and inversely proportional to
the square of the distance between them.- "id":245

---------

Co-authored-by: Tomasz.Sobczak <Tomasz.Sobczak@fujitsu.com>
2025-07-25 14:17:12 +02:00
Eric Zhang
b6a7662fa3
impr(quotes): add quotes from Atomic Habits by James Clear (@Eric-Zhang-Developer) (#6773)
### Description

Added 6 of the most popular quotes on Goodreads from *Atomic Habits: An
Easy & Proven Way to Build Good Habits & Break Bad Ones* by James Clear.

### Checks

- [x] 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?
- Make sure to follow the [languages
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
  - [ ] Add language to `packages/contracts/src/schemas/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/contracts/src/schemas/themes.ts`
  - [ ] Add theme to `frontend/src/ts/constants/themes.ts`
  - [ ] Add theme css file to `frontend/static/themes`
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [ ] Adding a layout?
- [ ] Make sure to follow the [layouts
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md)
  - [ ] Add layout to `packages/contracts/src/schemas/layouts.ts`
  - [ ] Add layout json file to `frontend/static/layouts` 
- [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.
2025-07-25 14:16:30 +02:00
nafets-st
2af1f7901a
fix(quotes): code_java compilation fixes (@nafets-st) (#6778)
### Description

Fixes some compilation issues in the java quotes.
2025-07-25 14:14:55 +02:00
Benjamin
3757744b28
feat(language): add Gleam coding language (@binajmen) (#6771)
### Description

Adding the Gleam language!

https://gleam.run/

### Checks

- [x] Adding a language?
- Make sure to follow the [languages
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
  - [x] Add language to `packages/contracts/src/schemas/languages.ts`
- [x] Add language to exactly one group in
`frontend/src/ts/constants/languages.ts`
  - [x] Add language json file to `frontend/static/languages` 
- [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.
2025-07-25 14:14:21 +02:00
Jack
6dad5415c2
feat(sound): add play time warning (@miodec) (#6759)
### 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?
- Make sure to follow the [languages
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
  - [ ] Add language to `packages/contracts/src/schemas/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/contracts/src/schemas/themes.ts`
  - [ ] Add theme to `frontend/src/ts/constants/themes.ts`
  - [ ] Add theme css file to `frontend/static/themes`
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [ ] Adding a layout?
- [ ] Make sure to follow the [layouts
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md)
  - [ ] Add layout to `packages/contracts/src/schemas/layouts.ts`
  - [ ] Add layout json file to `frontend/static/layouts` 
- [ ] 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: Christian Fehmer <cfe@sexy-developer.com>
2025-07-21 16:40:27 +02:00
~ayko
5b9f7be35f
feat(font): add 0xProto font (@0x7375) (#6750)
### Description

- added [0xProto](https://github.com/0xType/0xProto) font file to
webfonts
- updated `frontend/static/{fonts/_list.json,styles/fonts.scss}` files
- tried it locally, here's a screenshot:
<img width="1920" height="1080" alt="Screenshot-18-07-2025-0414"
src="https://github.com/user-attachments/assets/597837b0-ce8c-4a32-8e08-52ded6c01901"
/>


### 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?
- Make sure to follow the [languages
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
  - [ ] Add language to `packages/contracts/src/schemas/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/contracts/src/schemas/themes.ts`
  - [ ] Add theme to `frontend/src/ts/constants/themes.ts`
  - [ ] Add theme css file to `frontend/static/themes`
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [ ] Adding a layout?
- [ ] Make sure to follow the [layouts
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md)
  - [ ] Add layout to `packages/contracts/src/schemas/layouts.ts`
  - [ ] Add layout json file to `frontend/static/layouts` 
- [ ] 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.-->

<!-- 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! :) -->
2025-07-21 15:34:43 +02:00
nafets-st
231cd2ecb8
fix(quotes): code_rust compilation and whitespace (@nafets-st) (#6755)
### Description

*   Fixes various compile errors in the Rust quotes.
*   Removes trailing whitespace.
*   Converts leading whitespace to tabs.

Note: This does not fix out of date issues (such as the rand API), or
the likely unnecessary uses of `extern crate` (since rust 2018).
2025-07-21 15:30:21 +02:00
david
62a5145f02
fix(german_250k.json): remove non-german accents (@8e3) (#6756)
Removed non-German accents / untypable loanwords

### Description

Since the German qwertz layout doesn't support certain accents, used in
some loanwords in this list, typing them is impossible, without changing
your keyboard layout mid-session. Using an automated script, I decided
to remove them, enhancing playability.

---------

Co-authored-by: fehmer <3728838+fehmer@users.noreply.github.com>
2025-07-21 15:29:41 +02:00
sobczaktm
fb82a52882
impr(quotes): 15 polish proverbs and other quotes for polish language (@sobczaktm) (#6760)
Description
15 polish proverbs and other quotes for polish language

Checks
Translations:
Agreement is reached when one party pretends to believe the nonsense
told by the other. - "id":216

Only six people in the Galaxy knew that the president's job was not to
wield power, but to distract from it. - "id":217

I have become death, the destroyer of worlds. - "id":218

If something is impossible to do, let the Poles do it.- "id":219

It's not how long you live, but how wisely you live. It's never too late
to learn and grow. Wisdom is priceless, regardless of age. - "id":220

Don't waste time, for it is the stuff life is made of. - "id":221

You praise others, you do not know your own, you do not know what you
have. - "id":222

Don't argue with a fool because he will drag you down to his level and
beat you with experience. - "id":223

It is better to remain silent and be thought a fool than to open your
mouth and remove all doubt. - "id":224

Clothes do not make the man, clothes are for the man, not man for
clothes. -"id":225

He who digs holes for another will fall into them himself. Therefore, do
not do to others what you would not want done to you. - "id":226

Don't judge a man by his clothes, but by the friends he has. For a man
is what he associates with. - "id":227

What goes around comes around. Don't put off until tomorrow what you can
do today. - "id":228

First a person learns to walk, then to run, then to speak, then to be
silent. It's crucial to do certain things in the right order. - "id":229

Don't praise the day before sunset, you're not sure what the end of the
day may bring.- "id":230

---------

Co-authored-by: Tomasz.Sobczak <Tomasz.Sobczak@fujitsu.com>
2025-07-21 15:28:57 +02:00
Ruslan Tylychko
bd35c46d19
impr(quotes): add english quotes from The Pragmatic Programmer (@Papweer) (#6662)
### Description

Added 24 English quotes from the Pragmatic Programmer (2nd Edition)

### 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.
2025-07-15 14:35:53 +02:00
sobczaktm
0b8ee9c8ec
impr(quotes): 15 polish movie quotes for polish language (@sobczaktm) (#6727)
Description
15 polish movie quotes

Checks
Translations:
Grzegorz Brzęczyszczykiewicz. Chrząszczyrzewoszczyce, Łękołody County.-
"id":201

I am reporting obediently, Colonel, I caused this war completely
unintentionally. - "id":202

Everyone can help their luck, everyone can win today. Black loses, red
wins. One, two, three... - "id":203

He died on the way, certainly from his wounds. - It wasn't from his
wounds, sir! The plum brandy!- "id":204

You, come here. Where are you going? Come here to the master. How good!
What a pretty lady he has! Only she's so serious... And why is she so
serious, huh? Fat... Well, come on. What, some good peppers? Eat, eat.
If you don't eat, the lady will lock you up in a hole like us here. -
"id":205

Darkness, I see darkness, I see darkness. - "id":206

Saved! We're saved! The stork! Look! The stork! If he's alive, that
means we can too. Stork, stork!- "id":207

The league defends, the league advises, the league will never betray
you! - "id":208

In a few days, sir, it will only begin: interviews, autographs, visits
to workplaces. - "id":209

I, Prince Jeremi Wiśniowiecki, Voivode of Ruthenia, Lord of Łubnie and
Wiśniowiec, swear to you, living God, one in the Holy Trinity, that I
will not lay down this saber when I raise it against the scoundrels
until I have pacified Ukraine and drowned the peasant rebellions in
blood! So help me God! -"id":210

Maybe you want to wait until the drizzle stops. It's a shame to die in
such rain. - They'll bury the colonel, so the sky is crying. - "id":211

You're swinging like a flail! - Stop it, spare the shame. - "id":212

Lithuania! My homeland! You are like health. How much you must be
valued, only he who has lost you will know. Today I see and describe
your beauty in all its splendor, because I miss you. - "id":213

I always told you – abandon the trials. I always told you – invade,
invade! - "id":214

I have nothing, you have nothing, he has nothing... Together we have
enough to set up a large factory.- "id":215

Co-authored-by: Tomasz.Sobczak <Tomasz.Sobczak@fujitsu.com>
2025-07-12 11:09:35 +02:00
Soufiane
0c5cb1b94c
impr(quotes): Add 4 english quotes from Better Call Saul (@Soufi-ane) (#6720)
### Description

Added 4 English quotes from Better Call Saul

### 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.
2025-07-11 16:02:52 +02:00
Rafael Romão
f13094777b
impr(layout): adjust the Romak layout according to the latest changes (@rafaelromao) (#6708)
Layout Page: https://rafaelromao.github.io/romak/
2025-07-09 12:08:09 +02:00
Christian Fehmer
43198309e8
refactor: split key labels in layout files (@fehmer) (#6527) 2025-07-03 16:14:11 +02:00
Antikore
14d5a728d9
impr(quotes): add 3 spanish quotes (@AntikoreDev) (#6676)
### Description

Added 3 quotes:
1. "Aquél que tiene un porqué para vivir, puede soportar casi cualquier
cómo" by Nietzsche, as translated from "He who has a why to live for can
bear almost any how."
(https://www.goodreads.com/quotes/137-he-who-has-a-why-to-live-for-can-bear)
2. "Es mucho más difícil crear que destruir, por eso solo los cobardes
se decantan por lo segundo." from Steve in A Minecraft Movie, as
translated from "It is harder to create than to destroy...that's why
cowards then choose the deuce"
(https://www.pcgamer.com/movies-tv/a-minecraft-movie-review/)
3. "Caminante, no hay camino, se hace camino al andar. Al andar se hace
el camino, y al volver la vista atrás se ve la senda que nunca se ha de
volver a pisar." by Antonio Machado
(https://www.espoesia.com/poesia/antonio-machado/caminante-no-hay-camino-antonio-machado/)

### 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] 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.
2025-07-03 14:36:56 +02:00
Rangga Danu Kusuma
b9bb113ded
impr(quotes): add Indonesian quotes (@RKPYI) (#6680)
### Description

<!-- Please describe the change(s) made in your PR -->

### 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.
- [ ] Adding a language?
- Make sure to follow the [languages
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
  - [ ] Add language to `packages/contracts/src/schemas/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/contracts/src/schemas/themes.ts`
  - [ ] Add theme to `frontend/src/ts/constants/themes.ts`
  - [ ] Add theme css file to `frontend/static/themes`
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [ ] Adding a layout?
- [ ] Make sure to follow the [layouts
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md)
  - [ ] Add layout to `packages/contracts/src/schemas/layouts.ts`
  - [ ] Add layout json file to `frontend/static/layouts` 
- [ ] 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.-->

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! :) -->
2025-07-01 13:31:10 +02:00
Plume
1ace28da4e
feat(font): add iosevka (@leana8959) (#6674)
### Description

<!-- Please describe the change(s) made in your PR -->
- added woff2 font file
- updated `frontend/static/{fonts/_list.json,styles/fonts.scss}` files

- tested locally, the font looks as such:

![image](https://github.com/user-attachments/assets/5a853477-335f-4c9e-b845-589f300243d4)


### 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?
- Make sure to follow the [languages
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
  - [ ] Add language to `packages/contracts/src/schemas/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/contracts/src/schemas/themes.ts`
  - [ ] Add theme to `frontend/src/ts/constants/themes.ts`
  - [ ] Add theme css file to `frontend/static/themes`
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [ ] Adding a layout?
- [ ] Make sure to follow the [layouts
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md)
  - [ ] Add layout to `packages/contracts/src/schemas/layouts.ts`
  - [ ] Add layout json file to `frontend/static/layouts` 
- [ ] 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.-->


<!-- 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! :) -->
2025-07-01 13:25:10 +02:00
WormholeDragon
4fffc645f4
fix(quotes): replace long dash with short one in some quotes (@WormholeDragon) (#6686)
### Description

Replaced the long dash with a short dash in the last added quotes

### 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?
- Make sure to follow the [languages
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
  - [ ] Add language to `packages/contracts/src/schemas/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/contracts/src/schemas/themes.ts`
  - [ ] Add theme to `frontend/src/ts/constants/themes.ts`
  - [ ] Add theme css file to `frontend/static/themes`
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [ ] Adding a layout?
- [ ] Make sure to follow the [layouts
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md)
  - [ ] Add layout to `packages/contracts/src/schemas/layouts.ts`
  - [ ] Add layout json file to `frontend/static/layouts` 
- [ ] 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! :) -->
2025-07-01 13:00:23 +02:00
Christian Fehmer
677c328bed
chore(language): remove word from english_450k (@fehmer) (#6672)
remove word cimcumvention
2025-06-27 18:10:34 +02:00
Khaÿtshi
4a4a6ab8bf
feat(language): add viossa njutro (@khautshi) (#6659)
### Description

This adds Njutro (An idiolect of Viossa) to Monkeytype. 

### Checks

- [X] Adding a language
  - [X] Added language to `packages/contracts/src/schemas/languages.ts`
- [X] Added language to exactly one group in
`frontend/src/ts/constants/languages.ts`
  - [X] Added language json file to `frontend/static/languages` 
  
- [X] Checked if there are any open issues are related to this PR.
- [X] PR title follows Conventional Commits standard.
- [X] Included GitHub username prefixed with @ inside parentheses at the
end of the PR title.

---------

Co-authored-by: Nginearing <142851004+Nginearing@users.noreply.github.com>
2025-06-26 15:28:10 +02:00
AlexiusOL
b0e7e2eaa4
impr(quotes): add English quote (@AlexiusOL) (#6643)
### Description

Added 1 quote from the Outlast game in english.

### Checks

- [x] Adding quotes?
- [ ] 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.-->

<!-- 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! :) -->
2025-06-26 15:02:01 +02:00
WormholeDragon
896c0651e3
impr(quotes): add Russian quotes (@WormholeDragon) (#6632)
### Description

Added quotes from Russian classics.

### Translations

1090: The sun was already beginning to hide behind the snowy ridge when
I entered the Koishaur valley. The Ossetian coachman was tirelessly
chasing his horses in order to climb the Koishaur mountain before
nightfall, and singing songs at the top of his voice. This valley is a
glorious place! On all sides the mountains are impregnable, reddish
cliffs covered with green ivy and crowned with clumps of chinaras,
yellow precipices strewn with scouring holes, and there, high above, a
golden fringe of snows, and below, the Aragva, embraced by another
nameless river, noisily bursting out of a black, full of darkness gorge,
stretches a silver thread and glistens like a snake with its scales.

1091: After all, there are some people who have it written in their
hearts that all sorts of extraordinary things should happen to them.

1092: Contrary to my companion's prediction, the weather had cleared up,
and promised us a quiet morning; the stars were weaving themselves in
strange patterns in the distant sky, and one after another were
extinguished as the pale glow of the east spread across the dark purple
vault, gradually illuminating the steep slopes of the mountains covered
with virgin snow. To right and left blackened the dark, mysterious
chasms, and the mists, writhing and wriggling like snakes, slid down the
wrinkles of the neighbouring rocks, as if sensing and dreading the
approach of day.

1093: When we get away from the conditions of society and come closer to
nature, we involuntarily become children; everything acquired falls away
from the soul, and it becomes again what it once was, and will probably
be again someday. Those who, like me, have had the chance to wander
through the desert mountains, and to gaze long and long at their bizarre
images, and to greedily swallow the life-giving air in their gorges,
will certainly understand my desire to convey, to tell, to paint these
magical pictures.

1094: So, we went down from Hood Mountain to Chertov Valley... That's a
romantic name! You can already see the nest of the evil spirit between
the impregnable cliffs - but that's not the case: the name Devil's
Valley comes from the word “line”, not “devil”, because this was once
the border of Georgia. This valley was covered with snow drifts, which
reminded quite vividly of Saratov, Tambov and other nice places of our
fatherland.

1095: We had to descend another five versts over icy rocks and heavy
snow to reach Kobi station. The horses were exhausted, we were freezing;
the blizzard was blowing harder and harder, just like our native,
northern one; only its wild tunes were sadder, more mournful. ‘And you,
exile,’ thought I, "weep for your wide, spreading steppes! There you
have a place to spread your cold wings, but here you are stuffy and
cramped, like an eagle that beats with a cry against the bars of its
iron cage."

1096: What began in an extraordinary way must also end in the same way.

~~1097: Soon I was transferred to the Caucasus: it was the happiest time
of my life. I hoped that boredom did not live under Chechen bullets - in
vain: in a month I was so accustomed to their buzzing and to the
nearness of death that, rightly, I paid more attention to the mosquitoes
- and I became more bored than before, because I had lost almost the
last hope.~~

~~1098: Whether I am a fool or a villain, I do not know; but it is true
that I am also very worthy of regret, perhaps more than she: my soul is
corrupted by light, my imagination is restless, my heart is insatiable;
everything is not enough for me: I am as easily accustomed to sorrow as
to pleasure, and my life grows emptier day by day; there is only one
remedy left to me: to travel. As soon as I can, I shall go - not to
Europe, God forbid! - I shall go to America, to Arabia, to India, and I
may die somewhere on the road! At least I am sure that this last
consolation will not soon be exhausted by storms and bad roads.~~

1099: It is sad to see when a young man loses his best hopes and dreams,
when the rosy veil through which he looked at human affairs and feelings
is pulled away, though there is hope that he will replace the old
delusions with new ones, no less passing, but no less sweet.

1100: He has so often endeavoured to assure others that he is a creature
not made for the world, doomed to some secret misery, that he has almost
become convinced of it himself. That is why he wears his thick soldier's
overcoat so proudly. I understood him, and he did not like me for it,
though we were on the outwardly most friendly terms.

~~1101: We know in advance that everything can be argued about
endlessly, and therefore we do not argue; we know almost all each
other's innermost thoughts; one word is a whole story to us; we see the
grain of each of our feelings through a triple shell. The sad is funny
to us, the funny is sad, and in general, in truth, we are rather
indifferent to everything, except ourselves. So, the exchange of
feelings and thoughts between us can not be: we know one about the other
all that we want to know, and do not want to know more. There is only
one remedy left: to tell the news.~~

1102: Doctor, at last I am triumphant: you do not understand me...! It
grieves me, doctor,‘ continued I, after a moment's silence, ’I never
reveal my secrets myself, but I am terribly fond of having them guessed,
because in this way I can always be safe from them on occasion.

1103: Oh ego! You're the lever Archimedes used to lift the globe!

1104: Sadness in society is comical, and too much merriment is unseemly.

1105: It is not that restless need of love which torments us in the
early years of youth, throwing us from one woman to another until we
find one who cannot stand us: here begins our constancy - a true
infinite passion, which can be expressed mathematically by a line
falling from a point into space; the secret of this infinity is only the
impossibility of reaching the goal, that is, the end.

1106: Like all boys, he has the pretence of being an old man; he thinks
that on his face the deep marks of passion replace the imprint of years.

~~1107: I love my enemies, though not in a Christian way. They amuse me,
stir my blood. To be always on the alert, to catch every look, the
meaning of every word, to guess intentions, to destroy plots, to pretend
to be deceived, and suddenly, with a single push, to topple the whole
huge and difficult edifice of their cunning and schemes - that is what I
call life.~~

1108: I am ready for all sacrifices but this one; twenty times my life,
even my honour will be at stake.... but I will not sell my freedom.

~~1109: And maybe I'll die tomorrow. And there won't be a single
creature left on earth who will understand me perfectly. Some will think
me worse, others better than I really am... Some will say he was a good
man, others will say he was a scoundrel. Both will be false. After that,
is it worth the labour of living? And you live out of curiosity: you
expect something new..... Ridiculous and frustrating!~~

1110: I am like a sailor, born and bred on the deck of a brig: his soul
has grown accustomed to storms and battles, and, cast ashore, he is
bored and languid, no matter how much the shady grove beckons him, no
matter how much the peaceful sun shines on him; he walks all day long on
the coastal sand, listening to the monotonous murmur of the crashing
waves, and gazing into the misty distance: whether there, on the pale
line separating the blue abyss from the grey clouds, the desired sail,
at first like the wing of a sea gull, but little by little separating
from the foam of the boulders and smoothly approaching the deserted
wharf. ..

1111: Yes, gentlemen, life is short, philosophers say, so you must know
how to use it.

1112: There's no equality in love, it's not my custom. In love,
sometimes you have to cry.

1113: There's nothing worse than this shame, when you have to be ashamed
of others. We're not guilty of anything, but we're ashamed, so ashamed
I'd run away somewhere. But he doesn't seem to notice anything, he's
even cheerful.

1114: I know I'm a funny man myself. Do people get executed for being
funny?

1115: A man should spend a whole lifetime being brought up, but there is
an epoch after which he should not be brought up.

1116: One love for your neighbour, one love for the good must be the
goal. If love dries up in thy soul, thou wilt do nothing, thou wilt
deceive thyself; love alone builds up the lasting and living, but pride
is barren, then; that it needs nothing outside itself.

1117: Nothing in the world is so tempting to the ardent nature as to
take part in current affairs, in this witnessed history; he who has
allowed dreams of such activity into his bosom has spoilt himself for
all other fields; he, whatever he does, will be a guest in everything:
his unconditional field is not there - he will bring a civil dispute
into art, he will paint his thought if he is a painter, he will sing if
he is a musician.

1118: What is a name day? Why is there a brighter sense of sorrow and
joy on this day than the day before, not the day after? I don't know
why, but it is. Not only the name day, but every anniversary shakes the
soul deeply.

1119: Life does not pass in vain for people who have awakened at least
some strong thought..... Everything is nothing, today goes like
yesterday, everything is very ordinary, but suddenly you turn back and
see with amazement that a terrible distance has been travelled, an abyss
has been gained and lived.

1120: Now, in his thirties, he was preparing to begin his life like a
sixteen-year-old boy, not noticing that the door, closer and closer
open, was not the one through which gladiators enter, but the one into
which their bodies are carried out.

1121: Well, if misfortune befalls you, if grief breaks out over your
head, you will weep and sorrow; but to think, when it is necessary to
drink fine wine, that tomorrow fate will give you a bad kvass for it, is
a kind of madness. The inability to live in the present, to appreciate
the future, to give oneself to it, is one of the moral epidemics most
developed in our time. We are still like those Jews who do not drink, do
not eat, but save a penny for a rainy day; and whatever rainy day comes,
we will not open our coffers-what kind of life is that?

~~1122: What use would it be if I lived not ten but fifty years; who
would need my life but my mother, who herself is very unreliable?
Whether from weakness of strength, or lack of character, the fact is
that I am a useless man, and, convinced of this, I believe that I am the
only master of my life; I have not yet loved life enough to shoot
myself, and I certainly do not love it enough to live on a diet, to
drive myself on stretchers, to eliminate strong sensations and tasty
dishes in order to prolong for a long time this life of a hospital
patient.~~

1123: It is simply incomprehensible, why people are given such strength
and aspirations, which have nowhere to use. Every beast is cleverly
adapted by nature to a known form of life. And man. isn't there some
mistake? Just the heart and mind is repugnant to agree in the
possibility that the beautiful forces and aspiration given to people to
eat their own chest. What is it?

1124: Wherever one looks and whenever one looks at nature, at life with
an open soul, straightforwardly, unselfishly - they will give an abyss
of pleasure.

1125: I must confess that the man has arranged his life very foolishly:
nine tenths of it is spent in nonsense and trifles, and he does not know
how to use the last part.

1126: What fun it is to talk when we can be faithfully, deeply
understood and empathised with.

1127: Sometimes such characters are set in our places that, however many
years may have passed since you met them, you will never think of some
of them without a thrill of heart.

1128: To every disgusting situation man becomes accustomed as far as
possible, and in every position he retains as far as possible the
ability to pursue his meagre joys.

1129: He read novels, idylls, had quite a vivid imagination and often
moved mentally to those times (former or not), in which, if you believe
the poets, all people carelessly walked in the meadows, bathed in clean
springs, kissed like doves, rested under roses and myrtles and in happy
idleness all their days spent.

1130: I was healthy, young, cheerful, I had plenty of money, I had no
worries yet - I lived without looking back, did what I wanted,
prospered, in a word. It did not occur to me at that time that a man is
not a plant and it is impossible for him to flourish for a long time.
Youth eats gilded gingerbread, and thinks that this is its daily bread;
and when the time comes, you will ask for bread.

1131: I travelled without purpose, without a plan; I stopped wherever I
liked and went on as soon as I felt the desire to see new faces -
exactly faces. I was exclusively occupied by people; I hated curious
monuments, remarkable assemblies, the mere sight of a lon-lackey aroused
in me a feeling of longing and anger; I almost went mad at the Grün
Gewölbe in Dresden.

1132: When you dream of work, you soar like an eagle: you seem to move
the earth, but in the performance you immediately become weak and tired.

1133: Looking round, listening, remembering, I suddenly felt a secret
uneasiness in my heart.... I lifted my eyes to the sky - but there was
no peace in the sky: mottled with stars, it was moving, shuddering; I
leaned towards the river.... but there, too, in the dark, cold depths,
the stars were shaking and trembling; I could sense a disturbing
stirring everywhere, and the disturbance was growing in me.

1134: Tears boiled in my eyes, but they were not tears of senseless
rapture. What I felt was not that vague, still recently experienced
feeling of comprehensive desires, when the soul grows wide, sounds, when
it seems that it understands everything and loves everything..... No! A
thirst for happiness was kindled in me. I did not yet dare to call it by
its name, but happiness, happiness to the point of satiety - that is
what I wanted, that is what I longed for...

1135: Remember yesterday when you were talking about wings? I've grown
wings, but I can't fly.

1136: Laughter without reason is the best laughter in the world - all
that joyous ebullience of young, fresh life, that rush forward -
anywhere but forward.

1137: Happiness has no tomorrow; it has no yesterday; it does not
remember the past, does not think of the future; it has the present -
and that is not a day - but a moment.

1138: There are such happy faces in the world: everyone likes to look at
them, as if they were warming you or stroking you.

1139: What the hell is this nonsense! Every man hangs on a string, the
abyss may open under him every minute, and he invents all sorts of
troubles for himself, spoils his life.

1140: You will not believe me now, but I tell you: you and I got into a
society of women, and it was pleasant for us; but to leave such a
society is like being thrown into cold water on a hot day.

1141: And I think: I am lying here under a stack..... The narrow place I
occupy is so tiny compared to the rest of the space where I am not and
where I do not care; and the part of time that I will be able to live is
so insignificant before eternity, where I have not been and will not be.

1142: Yes,‘ Bazarov began, ’man is a strange creature. When you look
from the side and from afar at the deaf life that the ‘fathers’ lead
here, it seems: what better? Eat, drink, and know that you are acting in
the most correct, the most reasonable manner. But no; I get bored. I
want to deal with people, even to scold them, but to deal with them.

1143: Look,‘ said Arkady suddenly, ’a dry maple leaf has broken off and
is falling to the ground; its movements are quite similar to the flight
of a butterfly. Isn't that strange? The saddest and deadest things are
similar to the merriest and liveliest things.

1144: Think about it, what could be more horrible than to love and not
be loved!

1145: 'Don't you find,' began Arkady, 'that the ash-tree is very well
named in Russian: no tree so easily and clearly squeals in the air as it
does.

1146: Well, goodbye! Live long, that's the best, and enjoy it while it
lasts. Look at this ugly sight: a worm half-crushed, and still clinging.
And I also thought: I'll break a lot of things, I won't die, where to! I
have a task, because I'm a giant! And now the whole task of a giant is
to die decently, though nobody cares about it..... All the same, I won't
wag my tail.

1147: Whatever passionate, sinful, rebellious heart may lurk in the
grave, the flowers growing on it look serenely at us with their innocent
eyes: it is not of one eternal tranquillity that they speak to us, that
great tranquillity of ‘indifferent’ nature; they speak also of eternal
reconciliation and of life infinite.

1148: You don't have to be so hot, because I don't care. A romantic
would say: I feel that our roads are beginning to diverge, but I'm just
saying that we're boring each other.

1149: We should arrange life in such a way that every moment in it is
significant.

1150: You cannot imagine how strange it is to read in 1829 a novel
written in 775. It seems as if suddenly from our drawing-room we enter
an ancient hall upholstered in shtoff, sit down in satin down armchairs,
see strange dresses, but familiar faces, and recognise in them our
uncles and grandmothers, but younger.

1151: Of course, in the old days a lover for a favourable look left for
three years to fight in Palestine; but in our times to go 500 versts
away from St. Petersburg, in order to see the ruler of his heart - right
means a lot.

1152: To dislike the countryside is forgivable to a nun who has just
been released from a cage, or to an 18-year-old chamber-junker -
Petersburg is the antechamber, Moscow is the maiden room, the
countryside is our study. A respectable man, of necessity, passes
through the antechamber and seldom looks into the maiden room, but sits
in his study.

1153: Isn't it better to get used to the rigours of adulthood in advance
and voluntarily give up fading youth?

1154: I have often marvelled at the stupidity of the notion or the
impurity of the imagination of the ladies, who are, however, very
amiable. Often the most delicate joke, the most poetic greeting, they
take it either as a cheeky epigram or an unseemly platitude. In such a
case the cold look they adopt is so murderously disgusting that the most
ardent love cannot resist it.

1155: Not only the first fluff of cheeks and young blond curls,
sometimes even the stern appearance of an old man, the scars of his
forehead, the gray hair instill passionate dreams into the imagination
of beauty.

1156: The Ukrainian night is quiet. The sky is transparent. The stars
are shining. The air does not want to overcome its drowsiness. The
silvery poplar leaves barely tremble. But the strange dreams in Mazepa's
soul are gloomy: the stars of the night, like accusatory eyes, look at
him mockingly. And the poplars, crowded in a row, quietly shaking their
heads, like judges, whisper among themselves. And the darkness of the
warm summer night is stifling like a black prison.


### 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?
- Make sure to follow the [languages
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
  - [ ] Add language to `packages/contracts/src/schemas/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/contracts/src/schemas/themes.ts`
  - [ ] Add theme to `frontend/src/ts/constants/themes.ts`
  - [ ] Add theme css file to `frontend/static/themes`
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [ ] Adding a layout?
- [ ] Make sure to follow the [layouts
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md)
  - [ ] Add layout to `packages/contracts/src/schemas/layouts.ts`
  - [ ] Add layout json file to `frontend/static/layouts` 
- [ ] 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! :) -->
2025-06-25 15:14:04 +02:00
hikettei
fe71e0b5c2
fix(language): Common Lisp Function Typo (@hikettei) (#6653)
fixed typo
2025-06-25 14:48:37 +02:00
Miodec
ced4b6e162 impr(lazy mode): support replacing 2 characters with one
also adds lazy mode to yiddish
closes #6321
2025-06-22 10:49:17 +02:00
acdpsn
ebfa8bea61
fix(quotes): gladiator quote (@acdpsn) (#6626)
### Description

Update a Gladiator quote to fix a typo and fix the title to properly
reference the movie name.

### 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?
- Make sure to follow the [languages
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
  - [ ] Add language to `packages/contracts/src/schemas/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/contracts/src/schemas/themes.ts`
  - [ ] Add theme to `frontend/src/ts/constants/themes.ts`
  - [ ] Add theme css file to `frontend/static/themes`
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [ ] Adding a layout?
- [ ] Make sure to follow the [layouts
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md)
  - [ ] Add layout to `packages/contracts/src/schemas/layouts.ts`
  - [ ] Add layout json file to `frontend/static/layouts` 
- [ ] 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! :) -->
2025-06-16 14:45:13 +02:00
Derek Yuan
e8cbe3ba15
impr(quotes): ad 60 Chinese Simplified Quotes (@derekyuan1000) (#6620)
### Description
60 more famous Chinese Simplified Quotes
<!-- Please describe the change(s) made in your PR -->

### 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.

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! :) -->



### Translations:

- "Heaven progresses vigorously; a gentleman should persist in
self-improvement." - **"id": 241**

- "The sea accommodates hundreds of rivers, only with tolerance can one
be great." - **"id": 242**

- "A journey of a thousand miles begins with a single step." - **"id":
243**

- "To learn without thinking is labor lost; to think without learning is
dangerous." - **"id": 244**

- "A keen learner does not shy away from asking questions." - **"id":
245**

- "Those who are content are always happy." - **"id": 246**

- "Where there is a will, there is a way." - **"id": 247**

- "Read thousands of books and travel thousands of miles." - **"id":
248**

- "Do not impose on others what you do not desire for yourself." -
**"id": 249**

- "The road is long and winding; I will seek diligently." - **"id":
250**

- "Without accumulating small steps, one cannot reach a thousand miles."
- **"id": 251**

- "Knowing others is intelligence; knowing oneself is true wisdom." -
**"id": 252**

- "Teaching others to seek truth is the essence of education." - **"id":
253**

- "Isn't it a joy to have friends come from afar?" - **"id": 254**

- "Do not be joyous over material things, nor be sad over personal
losses." - **"id": 255**

- "When heaven is about to assign a great responsibility to a person, it
will first temper their will." - **"id": 256**

- "Skill is honed by diligence, while laziness destroys it." - **"id":
257**

- "The strength of a horse is known through its endurance; the heart of
a person is revealed over time." - **"id": 258**

- "Without enduring the bitter cold, how can one smell the fragrant plum
blossoms?" - **"id": 259**

- "Reading a book a hundred times reveals its meaning." - **"id": 260**

- "Lessons from past events serve as guidance for future actions." -
**"id": 261**

- "Those close to vermilion become red; those close to ink become
black." - **"id": 262**

- "Dripping water can penetrate stone; a rope saw can cut wood." -
**"id": 263**

- "Without entering the tiger's den, how can one catch a tiger cub?" -
**"id": 264**

- "The loss of the old horse might be a blessing." - **"id": 265**

- "Peach and plum trees do not speak, yet a path forms beneath them." -
**"id": 266**

- "Without rules, one cannot achieve a circle or a square." - **"id":
267**

- "Everyone has strengths and weaknesses." - **"id": 268**

- "Those who understand are not as good as those who love; those who
love are not as good as those who find joy." - **"id": 269**

- "A gentleman is harmonious yet distinct; a petty person is identical
yet disharmonious." - **"id": 270**

- "A thousand-mile gift of goose feathers is light in value but heavy in
sentiment." - **"id": 271**

- "An inch of time is worth an inch of gold, but gold cannot buy an inch
of time." - **"id": 272**

- "Bitter medicine is good for illness; harsh words are beneficial for
action." - **"id": 273**

- "A thousand troops are easy to find, but a good general is hard to
come by." - **"id": 274**

- "It's not the slow pace that is to be feared, but standing still." -
**"id": 275**

- "From a high pole, one can go further." - **"id": 276**

- "A single leaf can block the view of Mount Tai." - **"id": 277**

- "Unconsciously, time flows quietly." - **"id": 278**

- "Since ancient times, who has not died? Let my loyal heart shine
through history." - **"id": 279**

- "With a thousand hammers and chisels, one can emerge from the
mountains; facing fierce flames is nothing." - **"id": 280**

- "Without knowing the true face of Mount Lu, one is limited by being in
the mountain." - **"id": 281**

- "When one reaches the summit, they can see all the mountains as
small." - **"id": 282**

- "Fallen petals are not heartless; they turn into spring mud to protect
the flowers." - **"id": 283**

- "If life were just as it was at first sight, what sorrow would autumn
winds bring to painted fans?" - **"id": 284**

- "Life is like a dream; let us toast to the moon over the river." -
**"id": 285**

- "The spring silkworms die only when their silk is exhausted; the wax
torch turns to ash only when the tears have dried." - **"id": 286**

- "To see a thousand miles ahead, one must climb another floor." -
**"id": 287**

- "Heaven has given me talent for a purpose; even if I spend a fortune,
it will return." - **"id": 288**

- "Do not worry about having no friends on the road; who in the world
does not know you?" - **"id": 289**

- "A thousand sails pass by the sunken boat; a thousand trees bloom in
front of the sick tree." - **"id": 290**

- "In the midst of mountains and rivers, one may think there is no way;
but within the shadows of willows and flowers, there lies another
village." - **"id": 291**

- "After gathering a hundred flowers to make honey, for whom do you toil
and for whom do you sweeten?" - **"id": 292**

- "Fallen red clouds fly alongside solitary wild ducks; autumn waters
blend with the long sky in one color." - **"id": 293**

- "Life is like a journey against the current; I too am a traveler." -
**"id": 294**

- "In times of joy, one should enjoy thoroughly; do not let the golden
cup face the moon empty." - **"id": 295**

- "The spring breeze once again greens the southern bank; when will the
bright moon shine on my return?" - **"id": 296**

- "When one strikes water for three thousand miles, one trusts in life
for two hundred years." - **"id": 297**

- "If the nation benefits from life or death, how can one avoid fortune
or misfortune?" - **"id": 298**

- "Life is like a white horse passing through a crack; it is all too
sudden." - **"id": 299**

- "A thousand-mile dike collapses from an ant's nest." - **"id": 300**

- "Without climbing a high mountain, one cannot know the height of
heaven; without approaching a deep stream, one cannot know the thickness
of earth." - **"id": 301**

- "Those who know their insufficiencies are always present." - **"id":
302**

- "Reading ten thousand books, writing as if inspired by a divine
spirit." - **"id": 303**

- "Do not forget your original intention, and you will achieve your
goal." - **"id": 304**

- "A journey of a thousand miles begins with a single step." - **"id":
305**

- "Learning has no limits." - **"id": 306**

- "Knowing shame leads to courage." - **"id": 307**

- "Do not worry about others not knowing you; worry about not knowing
others." - **"id": 308**

- "One should help others achieve their goals while seeking their own."
- **"id": 309**

- "To know what is to know, and to not know what is not to know, is
knowledge." - **"id": 310**

- "Think thrice before acting." - **"id": 311**

- "Review the old to learn the new." - **"id": 312**

- "To study and practice regularly, is that not a joy?" - **"id": 313**

- "Those who know are not as good as those who love." - **"id": 314**

- "A keen learner does not shy away from asking questions." - **"id":
315**

- "A gentleman is open and relaxed; a petty person is always anxious." -
**"id": 316**

- "Do not impose on others what you do not desire for yourself." -
**"id": 317**

- "When three people walk together, there must be a teacher among them."
- **"id": 318**

- "To study without fatigue, to teach without weariness." - **"id":
319**

- "The wise are not confused; the benevolent are not worried; the brave
are not afraid." - **"id": 320**

- "A gentleman seeks from himself; a petty person seeks from others." -
**"id": 321**

- "A gentleman helps others to succeed but does not participate in their
wrongs." - **"id": 322**

- "A gentleman cherishes virtue, while a petty person cherishes land. A
gentleman cherishes punishment, while a petty person cherishes favor." -
**"id": 323**

- "A gentleman understands righteousness; a petty person understands
profit." - **"id": 324**

- "In the cold of winter, only then do we know the pine and cypress are
the last to wither." - **"id": 325**

- "Do not worry about lacking a position; worry about how to stand. Do
not worry about being unknown; seek to be known." - **"id": 326**

- "The wise love water; the benevolent love mountains." - **"id": 327**

- "A gentleman is cautious in speech but quick in action." - **"id":
328**

- "A gentleman is not a tool." - **"id": 329**

- "A gentleman is harmonious yet distinct." - **"id": 330**
2025-06-16 14:43:23 +02:00
j5155
bf4f1e08a6
impr(quotes): Add English quotes from Andor S1 (@j5155) (#6585)
### Description

I added some quotes of various lengths from Andor season 1. 

### Checks

- [x] 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?
- Make sure to follow the [languages
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
  - [ ] Add language to `packages/contracts/src/schemas/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/contracts/src/schemas/themes.ts`
  - [ ] Add theme to `frontend/src/ts/constants/themes.ts`
  - [ ] Add theme css file to `frontend/static/themes` 
- [ ] Adding a layout?
- [ ] Make sure to follow the [layouts
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md)
  - [ ] Add layout to `packages/contracts/src/schemas/layouts.ts`
  - [ ] Add layout json file to `frontend/static/layouts` 
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
  
- [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.-->


<!-- 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! :) -->
2025-06-16 14:27:40 +02:00
Miodec
9d28a42c73 chore: remove non word 2025-06-12 15:35:14 +02:00
Viktor
502f1c52b8
impr: add words to Odin, remove non-existing complex_* (@dayllenger) (#6607)
### Description

Added a few missing keywords, some common attributes and procedures.
Removed complex_double/complex_float (not sure why they were there).

### 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.
2025-06-04 10:58:43 +02:00
siilyg
1826948886
feat(layout): add Tarmak layouts (@siily-g) (#6574)
### Description

The tarmak layout(s) is a set of transition layouts for qwerty user
switching to colemak, it changes only about 3-4 keys for every stage.

[More about tarmak](https://dreymar.colemak.org/tarmak-intro.html)

### 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?
- Make sure to follow the [languages
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
  - [ ] Add language to `packages/contracts/src/schemas/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/contracts/src/schemas/themes.ts`
  - [ ] Add theme to `frontend/src/ts/constants/themes.ts`
  - [ ] Add theme css file to `frontend/static/themes` 
- [x] Adding a layout?
- [x] Make sure to follow the [layouts
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md)
  - [x] Add layout to `packages/contracts/src/schemas/layouts.ts`
  - [x] Add layout json file to `frontend/static/layouts` 
  
- [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.
2025-05-26 16:03:25 +02:00
Christian Fehmer
4fe11aceee
fix(theme): dark note and reduced-motion not replacing letters with circles (@fehmer) (#6589) 2025-05-26 16:02:15 +02:00
Pavel Ivashkov
ea144996f3
fix(language): update Ukrainian Latin to national standard (@paiv) (#6584)
### Description

In short, this PR is based on Ukraine's national standard [DSTU
9112:2021 (A)](https://en.wikipedia.org/wiki/DSTU_9112:2021), and
replaces non-standard transliteration originally submitted.

- Updates #3855

### Context

Unfortunately, this topic has been a bit toxic in Ukraine, I am sorry to
bring this on the developers of this popular tool. I am trying to stay
neutral [¹](https://paiv.github.io/blog/2024/11/26/ukrainian-latin.html
"The state of Ukrainian Latin"), with Ukraine's ultimate benefits in
mind.

At the moment, there is no definite Ukrainian Latin script. The state
standard (KMU 55) is a lossy transliteration, not useable for general
writing, only applied to personal names and places.

Practitioners of Latin script for the Ukrainian language is still only a
marginal group, without a unifying movement. Until 2021 basically
everyone had their own transliteration method, derived from two dozen
historical schemes.

In 2021 comes Ukraine's national standard DSTU 9112:2021, and
objectively is good enough for general writing among alternatives. It
does not prescribe transition from Cyrillic. Its future is in
integration with European languages, gradually replacing legacy KMU 55.

Thus my argument for the practitioners of Ukrainian Latin script is to
adopt DSTU standard, given its perspective and unifying power, and phase
out non-standard schemes, of which #3855 is only one.

I hope @tymof1j as the original contributor could critically review
these notes, with the two year perspective.

The script used for conversion from Cyrillic:
https://gist.github.com/paiv/df2f38ed86a103471a49cfa8064d0d2e

----
To reiterate, Ukrainian Latin script is not established, and people are
coming here to not only train keyboard but also to get used to the
concept of Ukrainian Latin. Hosting one of dozens unofficial
alternatives of Ukrainian Latin without giving wider context is not
appropriate. People should start with Ukraine's national standard, then
learn of alternatives, if interested.

The problem of the national standard is that it is young, and has little
adoption and tooling. Those will come in time. I have posted examples of
possible keyboard setups here: https://paiv.github.io/latynka-keyboard/

I used system A of the national standard, with diacritics. An
alternative would be to use system B, which only needs basic Latin. It
is more verbose, but is more accessible to type. I believe system A is
preferable for general text.

If this is too much for this project, I would rather remove Ukrainian
Latin than host one non-standard variant, until it is established in
Ukraine. But it is nice to keep this platform to teach the concept of
Ukrainian Latin script.
2025-05-26 15:57:13 +02:00
Seif Soliman
16eda17eb6
fix(language): incorrect and non-standard words in kazakh_1K wordlist (@byseif21) (#6570)
### Description

update & review kazakh_1K language wordlist based on feedback from
[#6569](https://github.com/monkeytypegame/monkeytype/discussions/6569)
about several issues in the list
2025-05-26 15:45:32 +02:00
Nginearing
e28aa97285
feat(language): add viossa (@nginearing) (#6571)
### Description

This adds Viosssa as a language to Monkeytype. 
Viossa is a constructed language and has even been added to Minecraft
Java Edition, and has also been assigned an ISO-639-3 Code by the
ConLang Code Registry (https://www.kreativekorp.com/clcr/)

### Checks

- [X] Adding a language
  - [X] Added language to `packages/contracts/src/schemas/languages.ts`
- [X] Added language to exactly one group in
`frontend/src/ts/constants/languages.ts`
  - [X] Added language json file to `frontend/static/languages` 
  
- [X] Checked if there are any open issues are related to this PR.
- [X] PR title follows Conventional Commits standard.
- [X] Included GitHub username prefixed with @ inside parentheses at the
end of the PR title.
2025-05-26 15:44:57 +02:00
Miodec
cde852cf2a chore: merch banner, anniversary 2025-05-16 13:41:08 +02:00
Seif Soliman
b34c179114
fix: smooth transition for theme palette icon in chaos_theory theme (@byseif21) (#6560)
### Description

fix the transition animation for the theme palette icon in the
chaos_theory theme.

hovering over the current theme button would trigger a smooth 180° flip
of the palette icon. However, when quickly moving the cursor away, the
icon would abruptly snap back to its original position instead of
transitioning smoothly.
### Before: 


https://github.com/user-attachments/assets/55b6683a-c83b-4f93-806b-bf289bf30c5f

-------------


### Now:



https://github.com/user-attachments/assets/59d08d45-ba2d-4921-9cc4-ee84455a0571
2025-05-13 16:42:55 +02:00