more fixes for the lock_ fields

This commit is contained in:
krasimir
2009-09-13 21:18:43 +00:00
parent 4f87558b55
commit a81def4168
3 changed files with 4 additions and 4 deletions

View File

@@ -37,10 +37,10 @@ lin
Fem Sg P3 ;
oper
vostePl : ParadigmsCat.Gender -> Pron = \g -> mkPronoun
vostePl : ParadigmsCat.Gender -> Pron = \g -> lin Pron (mkPronoun
"vostés" "els" "li" "vostés"
"llur" "llur" "llurs"
g Pl P3 ;
g Pl P3) ;
lin
youPolPl_Pron = vostePl Masc;
youPolPl8fem_Pron = vostePl Fem;