Module:snon-common: Difference between revisions
No edit summary |
No edit summary |
||
| Line 26: | Line 26: | ||
elseif mw.ustring.find(word_l, "^-[bcdfgmptsnlrv]") then | elseif mw.ustring.find(word_l, "^-[bcdfgmptsnlrv]") then | ||
ret.len = mw.ustring.gsub(word, "^(..)", "%1h") | ret.len = mw.ustring.gsub(word, "^(..)", "%1h") | ||
elseif mw.ustring.find( | elseif mw.ustring.find(word, "^ghi[aeiouàèìòù]") then | ||
ret.len = mw.ustring.gsub(word, "^(...)", " | ret.len = mw.ustring.gsub(word, "^(...)", "chi") | ||
end | end | ||
end | end | ||
| Line 43: | Line 43: | ||
ret.hpro = "gh" .. word | ret.hpro = "gh" .. word | ||
elseif mw.ustring.find( | elseif mw.ustring.find(word, "^ghi[aeiouàèìòù]") then | ||
ret.ecl = mw.ustring.gsub(word, "^(...)", "ni") | ret.ecl = mw.ustring.gsub(word, "^(...)", "ni") | ||
end | end | ||