back to mU
This commit is contained in:
parent
a9860ffc18
commit
b3d5a70e83
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "1.5.6",
|
"version": "1.5.7",
|
||||||
"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",
|
||||||
|
|
|
@ -627,10 +627,10 @@ const inflectedPronounsNear = [
|
||||||
] as T.VerbBlock;
|
] as T.VerbBlock;
|
||||||
|
|
||||||
const miniPronouns: T.VerbBlock = [
|
const miniPronouns: T.VerbBlock = [
|
||||||
[[{ p: "مې", f: "me" }], [{ p: "مو", f: "mo" }]],
|
[[{ p: "مې", f: "me" }], [{ p: "مو", f: "mU" }]],
|
||||||
[[{ p: "مې", f: "me" }], [{ p: "مو", f: "mo" }]],
|
[[{ p: "مې", f: "me" }], [{ p: "مو", f: "mU" }]],
|
||||||
[[{ p: "دې", f: "de" }], [{ p: "مو", f: "mo" }]],
|
[[{ p: "دې", f: "de" }], [{ p: "مو", f: "mU" }]],
|
||||||
[[{ p: "دې", f: "de" }], [{ p: "مو", f: "mo" }]],
|
[[{ p: "دې", f: "de" }], [{ p: "مو", f: "mU" }]],
|
||||||
[[{ p: "یې", f: "ye" }], [{ p: "یې", f: "ye" }]],
|
[[{ p: "یې", f: "ye" }], [{ p: "یې", f: "ye" }]],
|
||||||
[[{ p: "یې", f: "ye" }], [{ p: "یې", f: "ye" }]],
|
[[{ p: "یې", f: "ye" }], [{ p: "یې", f: "ye" }]],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue