monkeytype/packages/schemas
Samuel Hautamäki 7018b83e27
feat(language): add hawaiian 200 1k (@SirObby) (#6883)
### Description

Added the hawaiian language, 200 and 1k variants. I used the
"freqlist_haw.txt" file from https://dohliam.github.io/corpus/haw/ which
sorts by frequency.

### 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] Make sure to include your GitHub username prefixed with @ inside
parentheses at the end of the PR title.

---------

Co-authored-by: samuelhautamaki <samuelhautamaki@noreply.codeberg.org>
2025-08-19 22:11:04 +02:00
..
__tests__ test: don't use globals for vitest (@fehmer) (#6871) 2025-08-14 11:25:44 +02:00
src feat(language): add hawaiian 200 1k (@SirObby) (#6883) 2025-08-19 22:11:04 +02:00
.eslintrc.cjs
.oxlintrc.json
package.json chore: bump oxlint version 2025-08-18 15:38:13 +02:00
tsconfig.json
tsup.config.js
vitest.config.ts test: don't use globals for vitest (@fehmer) (#6871) 2025-08-14 11:25:44 +02:00