Module:qlu-pron: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 325: Line 325:
     for key, value in pairs(dialects) do
     for key, value in pairs(dialects) do
     if value ~= phonemic then
     if value ~= phonemic then
     table.insert(IPA_args, {pron = '[' .. value .. ']', q = sub(key, 1, 1), separator = "\n** "})
     table.insert(IPA_args, {pron = '[' .. sub(key, 1, 1) .. ']', a = sub(key, 1, 1), separator = "\n** "})
     end
     end
end
end

Navigation menu