monkeytype/static/languages/tamil.json
VNKTSH00 1d35c3a366
Added alphabets by replacing words (#1766)
* Words for tamil language

List of words for language Tamil -தமிழ்

* Update tamil.json

Fixed the last comma as you suggested :)

* Update tamil.json

I took out the words and added the alphabets of the language, so that all these only take one key strokes rather than combinations

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-08-29 13:12:06 +01:00

37 lines
590 B
JSON

{
"name": "tamil",
"leftToRight": true,
"words": [
"அ",
"ஆ",
"இ",
"ஈ",
"உ",
"ஊ",
"எ",
"ஏ",
"ஐ",
"ஒ",
"ஓ",
"ஔ",
"ஃ",
"க",
"ங",
"ச",
"ஞ",
"ட",
"ண",
"த",
"ந",
"ப",
"ம",
"ய",
"ர",
"ல",
"வ",
"ழ",
"ள",
"ற",
"ன"
]
}