Module:lfv-IPA/affixes: Difference between revisions
Jump to navigation
Jump to search
TheNightAvl (talk | contribs) (Created page with "local prefixes = { --only for prefixes which engender secondary stress afterwards ["añgi"] = true, } local suffixes = { --only for suffixes which engender secondary stress beforehand ["sellens"] = true, } return {prefixes, suffixes}") |
TheNightAvl (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
} | } | ||
return {prefixes, suffixes} | return { | ||
prefixes = prefixes, | |||
suffixes = suffixes | |||
} |
Revision as of 14:43, 1 August 2024
Data module for Laefevian affixes which inform automatic placement of secondary stress.