Skip to content

Commit b5720e3

Browse files
HazMiodec
andauthored
feat(language): add bosnian 4k (@aitchz) (monkeytypegame#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 <[email protected]>
1 parent 3e72c4d commit b5720e3

File tree

3 files changed

+3824
-2
lines changed

3 files changed

+3824
-2
lines changed

frontend/static/languages/_groups.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
},
378378
{
379379
"name": "bosnian",
380-
"languages": ["bosnian"]
380+
"languages": ["bosnian", "bosnian_4k"]
381381
},
382382
{
383383
"name": "esperanto",

frontend/static/languages/_list.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@
228228
,"bangla_letters"
229229
,"bangla_10k"
230230
,"bosnian"
231+
,"bosnian_4k"
231232
,"toki_pona"
232233
,"toki_pona_ku_suli"
233234
,"toki_pona_ku_lili"
@@ -397,4 +398,4 @@
397398
,"code_common_lisp"
398399
,"docker_file"
399400
,"code_fortran"
400-
]
401+
]

0 commit comments

Comments
 (0)