From 11acc909f5c47bf669d1a992f11437018e467638 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 29 Jan 2026 22:50:09 +0100 Subject: words: allow the creation of indeclinable nouns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- lib/mihi/src/word.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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, } -- cgit v1.2.3