Module:ábḫ-ipa: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 116: Line 116:
-- look through word and replace the correct .'s with ˌ's
-- look through word and replace the correct .'s with ˌ's
newWord = {}
newWord = {}
index = 1
index = 0
for _,val in ipairs(result) do
for _,val in ipairs(result) do
if mw.ustring.match(val, "[.ˈ]") then
if mw.ustring.match(val, "[.ˈ]") then

Navigation menu