Module:mg-spel: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 39: Line 39:
c = c:gsub("c([aou])", "k%1")
c = c:gsub("c([aou])", "k%1")
c = c:gsub("qu([ei])", "k%1")
c = c:gsub("qu([ei])", "k%1")
c = c:gsub("[^i]ñ", "in")
c = c:gsub("([^i])ñ", "%1in")
c = c:gsub("[^i]x", "is")
c = c:gsub("([^i])x", "%1is")
-- disclaimer: awful approach below, your physical and mental integrity may be at risk
-- disclaimer: awful approach below, your physical and mental integrity may be at risk