diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-29 22:50:09 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-29 22:50:09 +0100 |
| commit | 11acc909f5c47bf669d1a992f11437018e467638 (patch) | |
| tree | ca2d5b88d7cff6cfa7312775b10d3bd89ed80cf8 /lib | |
| parent | de2a86a984ec63958e48056894f91cd23815d308 (diff) | |
| download | mihi-11acc909f5c47bf669d1a992f11437018e467638.tar.gz mihi-11acc909f5c47bf669d1a992f11437018e467638.zip | |
words: allow the creation of indeclinable nouns
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/mihi/src/word.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mihi/src/word.rs b/lib/mihi/src/word.rs index b12609b..750562f 100644 --- a/lib/mihi/src/word.rs +++ b/lib/mihi/src/word.rs @@ -198,6 +198,8 @@ pub enum Declension { Third, Fourth, Fifth, + + // Used for highly irregular words (e.g. 'īnstar'). Other, } |
