Module:snon-mut: Difference between revisions
No edit summary |
No edit summary |
||
| Line 53: | Line 53: | ||
if is_proper then | if is_proper then | ||
if apostrophe then | if apostrophe then | ||
ret.eclipsis = ret.eclipsis:gsub("^n'(%w)", | ret.eclipsis = "n" .. ret.eclipsis:gsub("^n'(%w)", upper) | ||
ret.lenition = ret.lenition:gsub("^h'(%w)", | ret.lenition = "h" .. ret.lenition:gsub("^h'(%w)", upper) | ||
else | else | ||
ret.eclipsis = ret.eclipsis:gsub("^(%w)", upper) | ret.eclipsis = ret.eclipsis:gsub("^(%w)", upper) | ||