Skip to content

Commit

Permalink
feat(language): add english medical (aarnav593) (#5108)
Browse files Browse the repository at this point in the history
* Update _list.json

added medicine as a language

* Create medicine.json

* Update medicine.json

* Added words to english_medical

200 words

* Rename medicine.json to english_medical.json

* changed medical to english_medical

* added english_medical to English group

* Update english_medical.json

fixed naming error

* fixed duplicate words in english_medical.json

tried creating pull request, returned an error. fixed errors.

* Update english_medical.json

saving work

* Update english_medical.json

added nearly 500 medical words

* Update english_medical.json

fixed a few duplicates

* Update english_medical.json

fixed some more duplicates

* Update english_medical.json

fixed typo

* Update english_medical.json

fixed duplicates again; added two new words (cerebellum and brain stem)

* Added some more words

more to come

* added more

keeping em coming

* Update english_medical.json

* Update english_medical.json

* Update english_medical.json

* Update english_medical.json

---------

Co-authored-by: Jack <jack@monkeytype.com>
  • Loading branch information
aarnav593 and Miodec authored Feb 26, 2024
1 parent c3f7f0d commit 002770e
Show file tree
Hide file tree
Showing 3 changed files with 593 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/static/languages/_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"english_contractions",
"english_doubleletter",
"english_shakespearean",
"english_old"
"english_old",
"english_medical"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions frontend/static/languages/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
,"english_doubleletter"
,"english_shakespearean"
,"english_old"
,"english_medical"
,"spanish"
,"spanish_1k"
,"spanish_10k"
Expand Down
Loading

0 comments on commit 002770e

Please sign in to comment.