1
0
forked from GitHub/gf-core

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:
aarne
2016-06-05 16:40:46 +00:00
parent 773b2d8e16
commit 264806fbbd
9 changed files with 23 additions and 7 deletions

View File

@@ -64,7 +64,8 @@ instance DiffDan of DiffScand = open CommonScand, Prelude in {
} ;
relPron : Gender => Number => RCase => Str = \\g,n,c => case c of {
RNom | RPrep False => "som" ;
RNom => "der" ; --- could be som as well
RAcc | RPrep False => "som" ;
RGen => "hvis" ;
RPrep _ => gennumForms "hvilken" "hvilket" "hvilke" ! gennum g n
} ;