mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 21:09:18 +08:00
Added Arabic support in lazy mode. (#1856)
This commit is contained in:
parent
67ad285c72
commit
29507fce22
3 changed files with 10 additions and 3 deletions
|
@ -16,5 +16,14 @@
|
|||
["ŝś", "s"],
|
||||
["żź", "z"],
|
||||
["ÿỹ", "y"],
|
||||
["ł", "l"]
|
||||
["ł", "l"],
|
||||
["أإآ", "ا"],
|
||||
["َ", ""],
|
||||
["ُ", ""],
|
||||
["ِ", ""],
|
||||
["ْ", ""],
|
||||
["ً", ""],
|
||||
["ٌ", ""],
|
||||
["ٍ", ""],
|
||||
["ّ", ""]
|
||||
]
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
"name": "arabic",
|
||||
"leftToRight": false,
|
||||
"ligatures": true,
|
||||
"noLazyMode": true,
|
||||
"words": [
|
||||
"اتمنى",
|
||||
"اثق",
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
"name": "arabic_10k",
|
||||
"leftToRight": false,
|
||||
"ligatures": true,
|
||||
"noLazyMode": true,
|
||||
"words": [
|
||||
"اكتشف",
|
||||
"فيجب",
|
||||
|
|
Loading…
Reference in a new issue