Module:zm-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 83: Line 83:
-- Dialects
-- Dialects
for _, dia_rule in ipairs(d == "n" and n_rules or c_rules) do
for _, dia_rule in ipairs(d == "n" and n_rules or d == "c" and c_rules or s_rules) do
term = gsub(term, dia_rule[1], dia_rule[2])
term = gsub(term, dia_rule[1], dia_rule[2])
end
end