moved arabic accents

This commit is contained in:
Jack 2021-09-15 13:26:54 +01:00
parent c42e30f81f
commit 4818da17bf

View file

@ -17,6 +17,15 @@ let accents = [
["żź", "z"],
["ÿỹ", "y"],
["ł", "l"],
["أإآ", "ا"],
["َ", ""],
["ُ", ""],
["ِ", ""],
["ْ", ""],
["ً", ""],
["ٌ", ""],
["ٍ", ""],
["ّ", ""],
];
export function replaceAccents(word) {