mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
feat(lang): add gujarati 1k language (prince-patel23) (#4994)
* 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>
This commit is contained in:
parent
94a4be3f6f
commit
554d64f742
4 changed files with 1016 additions and 3 deletions
|
|
@ -399,8 +399,8 @@
|
|||
},
|
||||
{
|
||||
"name": "gujarati",
|
||||
"languages": ["gujarati"]
|
||||
},
|
||||
"languages": ["gujarati", "gujarati_1k"]
|
||||
},
|
||||
{
|
||||
"name": "nepali",
|
||||
"languages": ["nepali", "nepali_1k"]
|
||||
|
|
|
|||
|
|
@ -245,6 +245,7 @@
|
|||
,"hindi_1k"
|
||||
,"hinglish"
|
||||
,"gujarati"
|
||||
,"gujarati_1k"
|
||||
,"macedonian"
|
||||
,"macedonian_1k"
|
||||
,"macedonian_10k"
|
||||
|
|
|
|||
|
|
@ -221,4 +221,3 @@
|
|||
"અયોધ્યા"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
1013
frontend/static/languages/gujarati_1k.json
Normal file
1013
frontend/static/languages/gujarati_1k.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue