Module:siwa-pron: Difference between revisions

No edit summary
No edit summary
Line 89: Line 89:
},
},
{
{
[stpattern] = function(s1, s2) return s1 .. stressed(s2) end,
[stpattern] =
function(s1, s2)
if s2=="hh" then
s2="hː"
elseif s2=="gį" then
s2="jː"
elseif s2=="h" then
s2="ʔ"
else end
return s1 .. s2 end,
},
},
}
}