mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-27 03:38:55 -06:00
corrected the inflection of potere_V in Ita
This commit is contained in:
@@ -4170,7 +4170,7 @@ oper potere_69 : Str -> Verbo = \potere ->
|
|||||||
Indi Pres Sg P1 => p_ + "osso" ;
|
Indi Pres Sg P1 => p_ + "osso" ;
|
||||||
Indi Pres Sg P2 => p_ + "uoi" ;
|
Indi Pres Sg P2 => p_ + "uoi" ;
|
||||||
Indi Pres Sg P3 => p_ + "uò" ;
|
Indi Pres Sg P3 => p_ + "uò" ;
|
||||||
Indi Pres Pl P1 => p_ + "otiamo" ;
|
Indi Pres Pl P1 => p_ + "ossiamo" ;
|
||||||
Indi Pres Pl P2 => p_ + "otete" ;
|
Indi Pres Pl P2 => p_ + "otete" ;
|
||||||
Indi Pres Pl P3 => p_ + "ossono" ;
|
Indi Pres Pl P3 => p_ + "ossono" ;
|
||||||
Indi Imperf Sg P1 => p_ + "otevo" ; --# notpresent
|
Indi Imperf Sg P1 => p_ + "otevo" ; --# notpresent
|
||||||
|
|||||||
Reference in New Issue
Block a user