10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 206: | Line 206: | ||
return rad_link_IPA(lemma, nil, disable_ipa, pre) | return rad_link_IPA(lemma, nil, disable_ipa, pre) | ||
elseif type(stem) == "string" then | elseif type(stem) == "string" then | ||
return rad_link_IPA(stem .. ending, nil, disable_ipa) | return rad_link_IPA(stem .. ending, nil, disable_ipa) | ||
elseif type(stem) == "table" then | elseif type(stem) == "table" then |