1
0
forked from GitHub/gf-rgl

new Afrikaans by L&L Pretorius

This commit is contained in:
aarne
2011-03-12 11:29:42 +00:00
parent e00f7f7ba3
commit 56a26acb00
19 changed files with 834 additions and 724 deletions

View File

@@ -44,6 +44,6 @@ lin
ConsSymb = infixSS "," ;
oper
artDef : Number -> Gender -> Str = \n,g -> case <n,g> of {<Sg,Neutr> => "het" ; _ => "de"} ;
artDef : Number -> Gender -> Str = \n,g -> case <n,g> of {<Sg,Neutr> => "die" ; _ => "die"} ; --afr
}