1
0
forked from GitHub/gf-rgl

(Ara) Fix dual for defective verbs that end in w

This commit is contained in:
Inari Listenmaa
2019-01-21 12:17:55 +01:00
parent c3590f0334
commit 1faa9acd93

View File

@@ -520,18 +520,20 @@ oper
table { table {
Per3 Masc Pl => "وْنَ" ; Per3 Masc Pl => "وْنَ" ;
Per2 Masc Pl => "وْنَ" ; Per2 Masc Pl => "وْنَ" ;
Per3 g Dl => "يَانِ" ; (Per3 _ Dl|Per2 _ Dl) => case vw of {
Per2 g Dl => "يَانِ" ; u => "وَانِ" ;
_ => "يَانِ" } ;
Per3 Fem Pl => "يْنَ" ; Per3 Fem Pl => "يْنَ" ;
Per2 Fem _ => "يْنَ" ; Per2 Fem _ => "يْنَ" ;
_ => default Ind _ => default Ind
} ; } ;
m => m => -- TODO: check whether to remove sukuns
table { table {
Per3 Masc Pl => "وْا" ; Per3 Masc Pl => "وْا" ;
Per2 Masc Pl => "وْا" ; Per2 Masc Pl => "وْا" ;
Per3 g Dl => "يَا" ; (Per3 _ Dl|Per2 _ Dl) => case vw of {
Per2 g Dl => "يَا" ; u => "وَا" ;
_ => "يَا" } ;
Per3 Fem Pl => "يْنَ" ; Per3 Fem Pl => "يْنَ" ;
Per2 Fem Pl => "يْنَ" ; Per2 Fem Pl => "يْنَ" ;
Per2 Fem Sg => "ي" ; Per2 Fem Sg => "ي" ;