mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 01:15:49 +08:00
moved arabic accents
This commit is contained in:
parent
c42e30f81f
commit
4818da17bf
1 changed files with 9 additions and 0 deletions
|
@ -17,6 +17,15 @@ let accents = [
|
|||
["żź", "z"],
|
||||
["ÿỹ", "y"],
|
||||
["ł", "l"],
|
||||
["أإآ", "ا"],
|
||||
["َ", ""],
|
||||
["ُ", ""],
|
||||
["ِ", ""],
|
||||
["ْ", ""],
|
||||
["ً", ""],
|
||||
["ٌ", ""],
|
||||
["ٍ", ""],
|
||||
["ّ", ""],
|
||||
];
|
||||
|
||||
export function replaceAccents(word) {
|
||||
|
|
Loading…
Reference in a new issue