1
0
forked from GitHub/gf-core

added EmptyRelSlash in ExtraBul and ExtraGer. For Bulgarian and German the function simply inserts the default relative pronoun

This commit is contained in:
kr.angelov
2012-09-27 09:28:31 +00:00
parent 1b571d69ff
commit 6084647328
5 changed files with 24 additions and 12 deletions

View File

@@ -36,14 +36,4 @@ concrete RelativeGer of Relative = CatGer ** open ResGer in {
IdRP = {s = relPron ; a = RNoAg} ;
oper
relPron : GenNum => Case => Str = \\gn,c =>
case <gn,c> of {
<GSg Fem,Gen> => "deren" ;
<GSg g,Gen> => "dessen" ;
<GPl,Dat> => "denen" ;
<GPl,Gen> => "deren" ;
_ => artDef ! gn ! c
} ;
}