1
0
forked from GitHub/gf-rgl

bugfix in ExtraBul.gf - youPol for feminine is the same as for masculine

This commit is contained in:
krasimir
2010-05-20 13:40:54 +00:00
parent 7dec07fbdb
commit 465bf7a325
2 changed files with 0 additions and 6 deletions

View File

@@ -33,9 +33,6 @@ concrete ExtraBul of ExtraBulAbs = CatBul **
youSg8fem_Pron = mkPron "òè" "òåá" "òè" "òâîé" "òâîÿ" "òâîÿò" "òâîÿ" "òâîÿòà" "òâîå" "òâîåòî" "òâîè" "òâîèòå" (GSg Fem) P2 ;
youSg8neut_Pron = mkPron "òè" "òåá" "òè" "òâîé" "òâîÿ" "òâîÿò" "òâîÿ" "òâîÿòà" "òâîå" "òâîåòî" "òâîè" "òâîèòå" (GSg Neut) P2 ;
youPol8fem_Pron = mkPron "âèå" "âàñ" "âè" "âàø" "âàøèÿ" "âàøèÿò" "âàøà" "âàøàòà" "âàøå" "âàøåòî" "âàøè" "âàøèòå" (GSg Fem) P2 ;
youPol8neut_Pron = mkPron "âèå" "âàñ" "âè" "âàø" "âàøèÿ" "âàøèÿò" "âàøà" "âàøàòà" "âàøå" "âàøåòî" "âàøè" "âàøèòå" (GSg Neut) P2 ;
onePl_Num = {s = table {
CFMasc Indef _ | CFFem Indef | CFNeut Indef => "åäíè" ;

View File

@@ -22,9 +22,6 @@ fun
youSg8fem_Pron : Pron ;
youSg8neut_Pron : Pron ;
youPol8fem_Pron : Pron ;
youPol8neut_Pron : Pron ;
onePl_Num : Num ;