Module:category tree/lang/snon: Difference between revisions

Melinoë (talk | contribs)
No edit summary
Melinoë (talk | contribs)
Blanked the page
Tag: Blanking
Line 1: Line 1:
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}