This commit is contained in:
lingdocs 2021-02-01 12:01:05 +04:00
parent b0470b1842
commit 5ce2a8dc8d
1 changed files with 5 additions and 5 deletions

View File

@ -327,7 +327,7 @@ So let't try that with the regular verbs لیکل - leekúl and وهل - wahúl.
{ {
ex: { ex: {
long: { p: "هغې زه ووهلم", f: "haghé zu óowahulum" }, long: { p: "هغې زه ووهلم", f: "haghé zu óowahulum" },
short: { p: "ما زه ووهم", f: "haghé ze óowahum" }, short: { p: "هغې زه ووهم", f: "haghé ze óowahum" },
e: "She was hitting me", e: "She was hitting me",
}, },
}, },
@ -439,15 +439,15 @@ Here are a couple examples of verbs where the present / stem forms are irregular
[ [
{ {
ex: { ex: {
long: { p: "هغې زه خوړله", f: "maa DoDúy khoRúla" }, long: { p: "ما ډوډۍ خوړله", f: "maa DoDúy khoRúla" },
short: { p: "هغې زه خوړه", f: "maa DoDúy khoRá" }, short: { p: "ما ډوډۍ خوړه", f: "maa DoDúy khoRá" },
e: "I was eating food", e: "I was eating food",
}, },
}, },
{ {
ex: { ex: {
long: { p: "هغې زه وخوړله", f: "maa DoDúy óokhoRula" }, long: { p: "ما ډوډۍ وخوړله", f: "maa DoDúy óokhoRula" },
short: { p: "هغې زه وخوړه", f: "maa DoDúy óokhoRa" }, short: { p: "ما ډوډۍ وخوړه", f: "maa DoDúy óokhoRa" },
e: "I ate food", e: "I ate food",
}, },
}, },