|
|
| 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}
| |