mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-06 22:56:49 +08:00
feat(language): add bosnian 4k (@aitchz) (#6432)
### Description add bosnian_4k ### Checks - [x] Adding a language or a theme? - [x] If is a language, did you edit `_list.json`, `_groups.json` and add `languages.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. --------- Co-authored-by: Miodec <jack@monkeytype.com>
This commit is contained in:
parent
3e72c4dd1f
commit
b5720e3bd1
3 changed files with 3824 additions and 2 deletions
|
@ -377,7 +377,7 @@
|
|||
},
|
||||
{
|
||||
"name": "bosnian",
|
||||
"languages": ["bosnian"]
|
||||
"languages": ["bosnian", "bosnian_4k"]
|
||||
},
|
||||
{
|
||||
"name": "esperanto",
|
||||
|
|
|
@ -228,6 +228,7 @@
|
|||
,"bangla_letters"
|
||||
,"bangla_10k"
|
||||
,"bosnian"
|
||||
,"bosnian_4k"
|
||||
,"toki_pona"
|
||||
,"toki_pona_ku_suli"
|
||||
,"toki_pona_ku_lili"
|
||||
|
@ -397,4 +398,4 @@
|
|||
,"code_common_lisp"
|
||||
,"docker_file"
|
||||
,"code_fortran"
|
||||
]
|
||||
]
|
||||
|
|
3821
frontend/static/languages/bosnian_4k.json
Normal file
3821
frontend/static/languages/bosnian_4k.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue