Need guide to add Bengali language #1517
-
I want to contribute to this project by adding the Bengali language to the typing tests.I haven't contributed to any open-source project before but I am confident that I would be able to do it but don't know where to start. And what's the best way to contribute to saving both my and your time. Hoping for your advice. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
You'll need a list of the 200 most used Bengali words You can find one here : https://raw.githubusercontent.com/hermitdave/FrequencyWords/master/content/2018/bn/bn_full.txt Then you need to create a Then reference your newly created file in See this for an example where I added Esperanto language |
Beta Was this translation helpful? Give feedback.
You'll need a list of the 200 most used Bengali words
You can find one here : https://raw.githubusercontent.com/hermitdave/FrequencyWords/master/content/2018/bn/bn_full.txt
(so take only the 200 first lines)
Then you need to create a
bengali.json
file instatic/languages/
(takeenglish.json
as an example)Then reference your newly created file in
_list.json
and_groups.json
See this for an example where I added Esperanto language
https://github.com/Miodec/monkeytype/pull/1515/files