455
edits
Aleisi Galan (talk | contribs) Tag: Undo |
Aleisi Galan (talk | contribs) Tag: Undo |
||
Line 25: | Line 25: | ||
local velar = "[ɡkx]" | local velar = "[ɡkx]" | ||
local consonants = "[mnptkbdɡfvszxrljɲŋʋʎʨjʎʃʒʥʤʧʤʣʦ]" | local consonants = "[mnptkbdɡfvszxrljɲŋʋʎʨjʎʃʒʥʤʧʤʣʦ]" | ||
local export = {} | local export = {} | ||
Line 84: | Line 78: | ||
-- Dialects | -- Dialects | ||
for _, dia_rule in ipairs( | 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 |
edits