1
0
forked from GitHub/gf-rgl

(Ita) Implement AForm+related opers in DiffIta

This commit is contained in:
Inari Listenmaa
2021-09-17 11:32:47 +08:00
parent 445c4f5187
commit 258cd95cca
2 changed files with 42 additions and 30 deletions
+4 -4
View File
@@ -78,10 +78,10 @@ oper
mkAdj : (_,_,_,_,_ : Str) -> Adj = \solo,sola,soli,sole,solamente ->
{s = table {
ASg Masc _ => solo ;
ASg Fem _ => sola ;
APl Masc => soli ;
APl Fem => sole ;
AF Masc Sg => solo ;
AF Fem Sg => sola ;
AF Masc Pl => soli ;
AF Fem Pl => sole ;
AA => solamente
}
} ;