Module:labels/data/lang/snon: Difference between revisions
No edit summary |
No edit summary |
||
| Line 115: | Line 115: | ||
labels["radical nouns"] = { | labels["radical nouns"] = { | ||
description = "{{{langname}}} nouns which do not trigger | description = "{{{langname}}} nouns which do not trigger mutation in the following term when in the singular.", | ||
parents = "nouns by inflection type", | parents = "nouns by inflection type", | ||
display = "radical", | display = "radical", | ||
aliases = {"rad"}, | aliases = {"rad"}, | ||
pos_categories = {"radical nouns"}, | pos_categories = {"radical nouns"}, | ||
} | |||
labels["eclipse nouns"] = { | |||
description = "{{{langname}}} nouns which trigger eclipsis in the following term when in the singular.", | |||
parents = "nouns by inflection type", | |||
display = "eclipse", | |||
aliases = {"ecl"}, | |||
pos_categories = {"eclipse nouns"}, | |||
} | } | ||
return | return | ||
require("Module:labels").finalize_data(labels) | require("Module:labels").finalize_data(labels) | ||