This commit is contained in:
lingdocs 2022-07-19 16:48:26 -05:00
parent 86f99f58ad
commit c7d8b49461
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "3.4.3",
"version": "3.4.4",
"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",

View File

@ -192,7 +192,8 @@ const equativeBuilders: Record<T.EquativeTense, (p: T.Person, n: boolean) => str
return [
`$SUBJ should ${n ? "not " : ""}have been $PRED`,
`$SUBJ had to ${n ? "not " : ""}be $PRED`,
`(that) $SUBJ were ${n ? "not " : ""}$PRED`,
`(if) $SUBJ had ${n ? "not " : ""}been $PRED`,
`(if/that) $SUBJ were ${n ? "not " : ""}$PRED`,
];
},
wouldHaveBeen: (p, n) => {