This commit is contained in:
parent
67172992eb
commit
f6826f2289
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"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",
|
||||
|
|
|
@ -155,9 +155,6 @@ export const englishEquative: {
|
|||
future: string,
|
||||
wouldBe: string,
|
||||
pastSubjunctive: string,
|
||||
// present: T.VerbBlock,
|
||||
// subjunctive: T.VerbBlock,
|
||||
// hypothetical: T.VerbBlock,
|
||||
} = {
|
||||
past: [
|
||||
["was", "were"],
|
||||
|
@ -646,4 +643,4 @@ export const persons = [
|
|||
label: { subject: "They (f. pl.)", object: "them (f. pl.)" },
|
||||
person: 11,
|
||||
},
|
||||
];
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue