45,647
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
local m_sm = mw.loadData("Module:siwa-pron/data") | local m_sm = mw.loadData("Module:siwa-pron/data") | ||
local sub = mw.ustring.sub | local sub = mw.ustring.sub | ||
Line 56: | Line 55: | ||
for i, m in ipairs(pss) do | for i, m in ipairs(pss) do | ||
if | if m_sm.suffix[m] and gmatch(table.concat(pss),"[ˈˌ]") then | ||
elseif m_sm.prefix[m] then | elseif m_sm.prefix[m] then | ||
pss[i] = "ˌ" .. pss[i] | pss[i] = "ˌ" .. pss[i] |