mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-16 06:32:51 -06:00
enabled emptyRP in Scandinavian by distinguishing between RNom and RAcc ; this also made it possible to use der as the Danish RNom form
This commit is contained in:
@@ -66,7 +66,7 @@ instance DiffSwe of DiffScand = open CommonScand, Prelude in {
|
||||
} ;
|
||||
|
||||
relPron : Gender => Number => RCase => Str = \\g,n,c => case c of {
|
||||
RNom | RPrep False => "som" ;
|
||||
RNom | RAcc | RPrep False => "som" ;
|
||||
RGen => "vars" ;
|
||||
RPrep True => gennumForms "vilken" "vilket" "vilka" ! gennum g n
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user