accents of perfective split for tlul
This commit is contained in:
parent
d2083c9c96
commit
5d9921521b
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"author": "lingdocs.com",
|
"author": "lingdocs.com",
|
||||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||||
"homepage": "https://verbs.lingdocs.com",
|
"homepage": "https://verbs.lingdocs.com",
|
||||||
|
|
|
@ -1659,10 +1659,10 @@ export const tlul: T.VerbConjugation = {
|
||||||
femPlur: { p: "لاړې ش", f: "laaRe sh" },
|
femPlur: { p: "لاړې ش", f: "laaRe sh" },
|
||||||
},
|
},
|
||||||
perfectiveSplit: {
|
perfectiveSplit: {
|
||||||
mascSing: [{ p: "لاړ ", f: "laaR " }, { p: "ش", f: "sh" }],
|
mascSing: [{ p: "لاړ ", f: "láaR " }, { p: "ش", f: "sh" }],
|
||||||
mascPlur: [{ p: "لاړ ", f: "laaR " }, { p: "ش", f: "sh" }],
|
mascPlur: [{ p: "لاړ ", f: "láaR " }, { p: "ش", f: "sh" }],
|
||||||
femSing: [{ p: "لاړه ", f: "laaRa " }, { p: "ش", f: "sh" }],
|
femSing: [{ p: "لاړه ", f: "láaRa " }, { p: "ش", f: "sh" }],
|
||||||
femPlur: [{ p: "لاړې ", f: "laaRe " }, { p: "ش", f: "sh" }],
|
femPlur: [{ p: "لاړې ", f: "láaRe " }, { p: "ش", f: "sh" }],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
root: {
|
root: {
|
||||||
|
@ -1675,8 +1675,8 @@ export const tlul: T.VerbConjugation = {
|
||||||
short: { p: "لاړ", f: "laaR" },
|
short: { p: "لاړ", f: "laaR" },
|
||||||
},
|
},
|
||||||
perfectiveSplit: {
|
perfectiveSplit: {
|
||||||
long: [{ p: "لا", f: "laa" }, { p: "ړل", f: "Rul" }],
|
long: [{ p: "لا", f: "láa" }, { p: "ړل", f: "Rul" }],
|
||||||
short: [{ p: "لا", f: "laa" }, { p: "ړ", f: "R" }],
|
short: [{ p: "لا", f: "láa" }, { p: "ړ", f: "R" }],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
participle: {
|
participle: {
|
||||||
|
|
Loading…
Reference in New Issue