Exclude ñ from lazy mode (#1946) by seerlite

This commit is contained in:
SeerLite 2021-10-05 10:40:56 -03:00 committed by GitHub
parent acc6a699d6
commit 738ddce0af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ let accents = [
["íìîïĩįį́īį̄", "i"],
["óòôöøõóōǫǫ́ǭ", "o"],
["úùûüŭũúūů", "u"],
["ñńň", "n"],
["ńň", "n"],
["çĉčć", "c"],
["ř", "r"],
["ď", "d"],