455
edits
Aleisi Galan (talk | contribs) No edit summary |
Aleisi Galan (talk | contribs) No edit summary |
||
| Line 114: | Line 114: | ||
if export.crux(term, "c") ~= export.crux(term) then | 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, "n"), {'Northern'}) | ||
end | end | ||
if export.crux(term, "s") ~= export.crux(term) then | 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, "c"), {'Central'}) | ||
end | end | ||
if export.crux(term, "n") ~= export.crux(term) then | if export.crux(term, "n") ~= 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 | ||
edits