Module:Deranize: Difference between revisions

add diphthong mark in VF sequences
m (what the)
(add diphthong mark in VF sequences)
 
Line 108: Line 108:
       glyphs[#glyphs+1] = "hiatus"
       glyphs[#glyphs+1] = "hiatus"
     end
     end
     for _, fin in ipairs(mw.text.split(final, "")) do
     for j, fin in ipairs(mw.text.split(final, "")) do
      if j > 1 then glyphs[#glyphs+1] = "diphthong" end
       glyphs[#glyphs+1] = fin
       glyphs[#glyphs+1] = fin
     end
     end