Module:siwa-pron: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 36: Line 36:
local function stressed(s2)
local function stressed(s2)
local stressed_rules = {["h"] = "ʔ", ["ɡį"] = "jː", ["hh"] = "hː",}
local stressed_rules = {["h"] = "ʔ", ["ɡį"] = "jː", ["hh"] = "hː",}
local xx = gsub(s2, s2, stressed_rules[s2])
local xx = gsub(s2, s2, "x")
return xx
return xx

Navigation menu