* update strings to elixir
* remove duplicates
* remove parens
* remove one letter functions
* remove inexistant operator
* add parens back to zero-arity funs and types
* add exception modules
* add final new line
* remove parens for `SpecialForms` macros
---------
Co-authored-by: Helder Barboza <helder.fontes@sicoob.com.br>
* 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>
* Update turkish_5k.json
Changed Words:
“mahallesi” to “mahalle”
“sıralarında” to “sıra”
“geçmişi” to “geçmiş”
“standı” to “stand “
“tahminler” to “tahmin”
“dinle” to “dinlemek”
“kısaltmalar” to “kısaltma”
“aminoasit” to “amino asit”
“geldi” to “gelmek”
“fotojeni” to fotojenik”
“jonglör” deleted because it was not included in the Turkish Dictionary.
“numarası” to “numara”
“onanması” to “onanma“
“prospektüsü” to “prospektüs”
“molekülü” to “moleküllü”
“düştü” to“düşmek”
“işareti” to “işaret”
“toplamı” to “toplam”
“vardır” to “var”
“süblimasyon” to “süblimleşme”
“aralığı” to “aralık”
“yakalandı” to “yakalanmak”
“kyanit” deleted because it was not included in the Turkish Dictionary.
* Update turkish_5k.json
* Update turkish_5k.json
* feat(languages): add Gujarati language support
BREAKING CHANGE: This commit introduces support for the Gujarati language in Monkeytype. Users can now practice typing in Gujarati.
* feat(languages): enable noLazyMode for Gujarati language
This commit adds the "noLazyMode": true property in the Gujarati.json file.
* feat(lang): add gujarati_1k language
Adds support for the gujarati_1k language with approximately 1000 words.
BREAKING CHANGE: None
* feat(lang): add new words to Gujarati_1k language
Adds a batch of new words to the Gujarati language.
* feat(lang):littel bit formating to Gujarati language
* fix(lang): remove duplicate word from Gujarati language
Addresses an issue by removing a duplicate word in the Gujarati language file.
* fix(lang): remove additional duplicate word from Gujarati language
Resolves an issue by eliminating another duplicate word in the Gujarati language file.
* fix(lang): remove one duplicate word from Gujarati language
Resolves an issue by eliminating another duplicate word in the Gujarati language file.
* pretty fix
---------
Co-authored-by: Miodec <jack@monkeytype.com>