Module:category tree/lang/snon

Documentation for this module may be created at Module:category tree/lang/snon/doc

local labels = {}


--------------------------------- Nouns/Pronouns/Numerals --------------------------------
labels["lenite nouns"] = {
	description = "{{{langname}}} nouns which trigger lenition in the following term.",
		parents = "nouns by inflection type",
		display = "lenite",
		aliases = {"len"},
}

labels["radical nouns"] = {
	description = "{{{langname}}} nouns which do not trigger lenition in the following term.",
		parents = "nouns by inflection type",
		display = "radical",
		aliases = {"rad"},
}

return {LABELS = labels}