Module:zm-pron: Difference between revisions

Undo revision 270556 by Aleisi Galan (talk)
(Undo revision 270555 by Aleisi Galan (talk))
Tag: Undo
(Undo revision 270556 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) do
for _, dia_rule in ipairs(d == "c" and c_rules or d == "n" and n_rules or d == "s" and s_rules or nil) do
term = gsub(term, dia_rule[1], dia_rule[2])
term = gsub(term, dia_rule[1], dia_rule[2])
end
end
455

edits