10,735
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 38: | Line 38: | ||
if replace ~= "" then | if replace ~= "" then | ||
form = string.gsub(form, " | form = string.gsub(form, "V" .. mw.ustring.char(0x0301), replace .. mw.ustring.char(0x0301)) | ||
form = string.gsub(form, "[CV]", replace) | form = string.gsub(form, "[CV]", replace .. string.char) | ||
end | end | ||