45,646
edits
No edit summary |
No edit summary Tag: Reverted |
||
Line 105: | Line 105: | ||
local IPA_args = {} | local IPA_args = {} | ||
local phonemic, phonetic = separate_word(term) | local phonemic, phonetic = separate_word(term) | ||
table.insert(IPA_args, | table.insert(IPA_args, {pron = '/' .. phonemic .. '/', pron = '[' .. phonetic .. ']'}) | ||
return "* " .. m_IPA.format_IPA_full(lang, IPA_args) | return "* " .. m_IPA.format_IPA_full(lang, IPA_args) |