45,647
edits
No edit summary |
(added dialects) |
||
Line 101: | Line 101: | ||
ipa = ipa .. line_format(separate_word(term), {'Standard'}) | ipa = ipa .. line_format(separate_word(term), {'Standard'}) | ||
if export.crux(term, " | if export.crux(term, "c") ~= export.crux(term) then | ||
ipa = ipa .. "\n* " | ipa = ipa .. "\n* " | ||
ipa = ipa .. line_format(separate_word(term, " | ipa = ipa .. line_format(separate_word(term, "c"), {'Central'}) | ||
end | end | ||
if export.crux(term, " | if export.crux(term, "s") ~= export.crux(term) then | ||
ipa = ipa .. "\n* " | ipa = ipa .. "\n* " | ||
ipa = ipa .. line_format(separate_word(term, " | ipa = ipa .. line_format(separate_word(term, "s"), {'Southern'}) | ||
end | end | ||