back to mU

This commit is contained in:
lingdocs 2022-03-27 16:06:11 +05:00
parent a9860ffc18
commit b3d5a70e83
2 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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" }]],
]; ];