Module:labels/data/lang/snon: Difference between revisions
No edit summary |
No edit summary |
||
| Line 102: | Line 102: | ||
regional_categories = true, | regional_categories = true, | ||
parent = true, | parent = true, | ||
} | |||
-------------------------------- Noun classes -------------------------------- | |||
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 | return | ||
require("Module:labels").finalize_data(labels) | require("Module:labels").finalize_data(labels) | ||