monkeytype/frontend
dotleon 05e1b828ae
impr(languages): fixed the default hungarian word list, and also added hungarian_1k list (@dotleon) (#7087)
### Description

Fixed the default hungarian word list (it had less than 200 words and
the words were really weird and rare ones).

Added hungarian 1k. 

The word list is from here:
https://en.wiktionary.org/wiki/Wiktionary:Frequency_lists/Hungarian_webcorpus_frequency_list
, but I removed some words that did not make sense for type test, like
"kft." and "-e" and also removed names

### Checks

- [ ] Adding quotes?
- [ ] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [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` 
- [ ] 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`
- [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.-->

Closes #
2025-11-12 12:33:46 +01:00
..
__tests__ chore: upgrade to vite 7 (@miodec) (#7051) 2025-10-27 17:17:21 +01:00
docker chore: bump node version 2025-10-31 14:18:59 +01:00
scripts chore: language integrity check (@fehmer) (#7074) 2025-11-07 16:12:35 +01:00
src impr(languages): fixed the default hungarian word list, and also added hungarian_1k list (@dotleon) (#7087) 2025-11-12 12:33:46 +01:00
static impr(languages): fixed the default hungarian word list, and also added hungarian_1k list (@dotleon) (#7087) 2025-11-12 12:33:46 +01:00
.eslintrc.cjs chore(eslint): add rule to protect against accessing __testing outside of test files 2025-09-01 14:25:58 +02:00
.firebaserc_example
.oxlintrc.json chore: change oxlint config to jsonc 2025-09-11 22:04:48 +02:00
firebase.json
package.json chore: language integrity check (@fehmer) (#7074) 2025-11-07 16:12:35 +01:00
tsconfig.json chore: language integrity check (@fehmer) (#7074) 2025-11-07 16:12:35 +01:00
vite.config.dev.js chore: upgrade to vite 7 (@miodec) (#7051) 2025-10-27 17:17:21 +01:00
vite.config.js chore: language integrity check (@fehmer) (#7074) 2025-11-07 16:12:35 +01:00
vite.config.prod.js ci: fix generate version plugin hiding previous errors (@fehmer) (#7060) 2025-10-29 11:56:49 +01:00
vitest.config.ts chore: language integrity check (@fehmer) (#7074) 2025-11-07 16:12:35 +01:00