forked from GitHub/gf-core
bugfix in ExtraBul.gf - youPol for feminine is the same as for masculine
This commit is contained in:
@@ -23,8 +23,7 @@ lin IMale = mkPerson i_Pron ;
|
||||
|
||||
lin YouFamMale = mkPerson youSg_Pron ;
|
||||
YouFamFemale = mkPerson youSg8fem_Pron ;
|
||||
YouPolMale = mkPerson youPol_Pron ;
|
||||
YouPolFemale = mkPerson youPol8fem_Pron ;
|
||||
YouPolMale, YouPolFemale = mkPerson youPol_Pron ;
|
||||
|
||||
lin ACitizen p cit =
|
||||
let noun : N
|
||||
|
||||
Reference in New Issue
Block a user