diff --git a/src/lib/src/dyn-comp-aux-verbs.ts b/src/lib/src/dyn-comp-aux-verbs.ts index b61adc9..0435ad2 100644 --- a/src/lib/src/dyn-comp-aux-verbs.ts +++ b/src/lib/src/dyn-comp-aux-verbs.ts @@ -57,12 +57,17 @@ export const dynamicAuxVerbs: Array<{ { entry: { ts: 1527813914, + i: 15179, p: "ورکول", f: "wărkawul", - g: "", - e: "to give (to him, her, them, others)", + g: "warkawul", + e: "to give (to him/her/it - towards third person)", + r: 4, c: "v. trans.", - i: 12350, + pprtp: "ورکړی", + pprtf: "wărkúRay", + ec: "give,gives,giving,gave,given", + a: 1, }, }, { diff --git a/src/lib/src/verb-info.ts b/src/lib/src/verb-info.ts index d3213cf..ab27c15 100644 --- a/src/lib/src/verb-info.ts +++ b/src/lib/src/verb-info.ts @@ -1142,7 +1142,7 @@ function getDynamicAuxVerb(entry: T.DictionaryEntryNoFVars): { const auxWordResult = dynamicAuxVerbs.find((a) => a.entry.p === auxWord); /* istanbul ignore next */ if (!auxWordResult) { - throw new Error("unknown auxilary verb for dynamic compound"); + throw new Error(`unknown auxilary verb ${auxWord} for dynamic compound`); } return { entry: removeFVarients(auxWordResult.entry),