455
edits
Aleisi Galan (talk | contribs) (Undo revision 270553 by Aleisi Galan (talk)) Tag: Undo |
Aleisi Galan (talk | contribs) (Undo revision 270555 by Aleisi Galan (talk)) Tag: Undo |
||
Line 78: | Line 78: | ||
-- Dialects | -- Dialects | ||
for _, dia_rule in ipairs(d == "c" and c_rules or d == "n" and n_rules or d == "s" and s_rules | for _, dia_rule in ipairs(d == "c" and c_rules or d == "n" and n_rules or d == "s" and s_rules) do | ||
term = gsub(term, dia_rule[1], dia_rule[2]) | term = gsub(term, dia_rule[1], dia_rule[2]) | ||
end | end |
edits