mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
bugfix in the Swedish paradigms - jazz is jazz in gentive not jazzs
This commit is contained in:
@@ -168,7 +168,7 @@ oper
|
|||||||
mkCase : Case -> Str -> Str = \c,f -> case c of {
|
mkCase : Case -> Str -> Str = \c,f -> case c of {
|
||||||
Nom => f ;
|
Nom => f ;
|
||||||
Gen => f + case last f of {
|
Gen => f + case last f of {
|
||||||
"s" | "x" => [] ;
|
"s" | "z" | "x" => [] ;
|
||||||
_ => "s"
|
_ => "s"
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user