Module:zm-pron: Difference between revisions

Undo revision 270456 by Sware (talk)
(Undo revision 270457 by Sware (talk))
Tag: Undo
(Undo revision 270456 by Sware (talk))
Tag: Undo
Line 84: Line 84:
-- Dialects
-- Dialects
for _, dia_rule in ipairs(d == "n" and n_rules or c_rules) do
for _, dia_rule in ipairs(dialects[d]) do
term = gsub(term, dia_rule[1], dia_rule[2])
term = gsub(term, dia_rule[1], dia_rule[2])
end
end
455

edits