mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-19 20:16:04 +08:00
Exclude ñ from lazy mode (#1946) by seerlite
This commit is contained in:
parent
acc6a699d6
commit
738ddce0af
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ let accents = [
|
|||
["íìîïĩįį́īį̄", "i"],
|
||||
["óòôöøõóōǫǫ́ǭ", "o"],
|
||||
["úùûüŭũúūů", "u"],
|
||||
["ñńň", "n"],
|
||||
["ńň", "n"],
|
||||
["çĉčć", "c"],
|
||||
["ř", "r"],
|
||||
["ď", "d"],
|
||||
|
|
Loading…
Add table
Reference in a new issue