45,647
edits
No edit summary |
No edit summary |
||
Line 784: | Line 784: | ||
["ả"] = "a", ["ẻ"] = "e", ["ỉ"] = "i", | ["ả"] = "a", ["ẻ"] = "e", ["ỉ"] = "i", | ||
["ỏ"] = "o", ["ủ"] = "u", ["ỷ"] = "y", | ["ỏ"] = "o", ["ủ"] = "u", ["ỷ"] = "y", | ||
} | |||
local dtl = { | |||
{"aa", "ả"}, {"ee", "ẻ"}, {"ii", "ỉ"}, | |||
{"oo", "ỏ"}, {"uu", "ủ"}, {"yy", "ỷ"}, | |||
} | } | ||
Line 801: | Line 806: | ||
end | end | ||
end | end | ||
data.forms["m"][1] = gsub(data.forms["m"][1], dtl[1], dtl[2]) | |||
end | end |