Skip to content

Commit

Permalink
feat(lang): add gujarati 1k language (prince-patel23) (#4994)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
prince-patel23 and Miodec committed Feb 5, 2024
1 parent 94a4be3 commit 554d64f
Show file tree
Hide file tree
Showing 4 changed files with 1,016 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/static/languages/_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@
},
{
"name": "gujarati",
"languages": ["gujarati"]
},
"languages": ["gujarati", "gujarati_1k"]
},
{
"name": "nepali",
"languages": ["nepali", "nepali_1k"]
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 @@ -245,6 +245,7 @@
,"hindi_1k"
,"hinglish"
,"gujarati"
,"gujarati_1k"
,"macedonian"
,"macedonian_1k"
,"macedonian_10k"
Expand Down
1 change: 0 additions & 1 deletion frontend/static/languages/gujarati.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,3 @@
"અયોધ્યા"
]
}

0 comments on commit 554d64f

Please sign in to comment.