fixed tlul and warkawul irregular verbs
This commit is contained in:
parent
44fc1323a4
commit
fd7770a8f8
|
@ -13,6 +13,7 @@ Also includes the [Pashto Verb Explorer](https://verbs.lingdocs.com) website.
|
|||
The Pashto Verb Explorer website can be used to view and play with the verb conjugations and various components.
|
||||
|
||||
```
|
||||
yarn install
|
||||
yarn start
|
||||
```
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "1.4.4",
|
||||
"version": "1.4.5",
|
||||
"author": "lingdocs.com",
|
||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||
"homepage": "https://verbs.lingdocs.com",
|
||||
|
|
|
@ -1686,10 +1686,10 @@ export const tlul: T.VerbConjugation = {
|
|||
],
|
||||
past: {
|
||||
short: [
|
||||
[[{p: "تلم", f: "tlum"}], [{p: "تلو", f: "tluloo"}]],
|
||||
[[{p: "تلم", f: "tlum"}], [{p: "تلو", f: "tluloo"}]],
|
||||
[[{p: "تلې", f: "tle"}], [{p: "تلئ", f: "tluleyy"}]],
|
||||
[[{p: "تلې", f: "tle"}], [{p: "تلئ", f: "tluleyy"}]],
|
||||
[[{p: "تلم", f: "tlum"}], [{p: "تلو", f: "tloo"}]],
|
||||
[[{p: "تلم", f: "tlum"}], [{p: "تلو", f: "tloo"}]],
|
||||
[[{p: "تلې", f: "tle"}], [{p: "تلئ", f: "tleyy"}]],
|
||||
[[{p: "تلې", f: "tle"}], [{p: "تلئ", f: "tleyy"}]],
|
||||
[[{p: "تله", f: "tlu"}, {p: "تلو", f: "tlo"}, { p: "ته", f: "tu" }], [{p: "تلل", f: "tlul"}]],
|
||||
[[{p: "تله", f: "tla"}], [{p: "تلې", f: "tle"}]],
|
||||
],
|
||||
|
@ -1958,6 +1958,11 @@ export const warkawul: T.VerbConjugation = {
|
|||
short: { p: "ورکړ", f: "wărkR" },
|
||||
mini: { p: "ورک", f: "wărk" },
|
||||
},
|
||||
perfectiveSplit: {
|
||||
long: [{ p: "ور ", f: "wăr "}, { p: "کړل", f: "kRul" }],
|
||||
short: [{ p: "ور ", f: "wăr "}, { p: "کړ", f: "kR" }],
|
||||
mini: [{ p: "ور ", f: "wăr "}, { p: "ړ", f: "k" }],
|
||||
},
|
||||
},
|
||||
stem: {
|
||||
imperfective: { p: "ورکو", f: "wărkaw" },
|
||||
|
@ -1965,6 +1970,10 @@ export const warkawul: T.VerbConjugation = {
|
|||
long: { p: "ورکړ", f: "wărkR" },
|
||||
short: { p: "ورک", f: "wărk" },
|
||||
},
|
||||
perfectiveSplit: {
|
||||
long: [{ p: "ور ", f: "wăr "}, { p: "کړ", f: "kR" }],
|
||||
short: [{ p: "ور ", f: "wăr "}, { p: "ړ", f: "k" }],
|
||||
},
|
||||
},
|
||||
participle: {
|
||||
present: { p: "ورکوونکی", f: "wărkawóonkey" },
|
||||
|
|
Loading…
Reference in New Issue