impr: replace ṅ with n in lazy mode (@fehmer) (#5638)

This commit is contained in:
Christian Fehmer 2024-07-22 11:41:33 +02:00 committed by GitHub
parent 29627fd0d5
commit c96185e90a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ const accents: [string, string][] = [
["ĝğg̃", "g"],
["ĥ", "h"],
["ĵ", "j"],
["ńṇ", "n"],
["ńṇ", "n"],
["ŝśšșşṣ", "s"],
["ß", "ss"],
["żźž", "z"],