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:
Patel Prince 2024-02-05 18:11:22 +05:30 committed by GitHub
parent 94a4be3f6f
commit 554d64f742
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1016 additions and 3 deletions

View file

@ -399,8 +399,8 @@
},
{
"name": "gujarati",
"languages": ["gujarati"]
},
"languages": ["gujarati", "gujarati_1k"]
},
{
"name": "nepali",
"languages": ["nepali", "nepali_1k"]

View file

@ -245,6 +245,7 @@
,"hindi_1k"
,"hinglish"
,"gujarati"
,"gujarati_1k"
,"macedonian"
,"macedonian_1k"
,"macedonian_10k"

View file

@ -221,4 +221,3 @@
"અયોધ્યા"
]
}

File diff suppressed because it is too large Load diff