Module:mg-spel: Difference between revisions

No edit summary
m Sware moved page Module:cel-gal-spel to Module:mg-spel
 
(2 intermediate revisions by the same user not shown)
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