more
This commit is contained in:
parent
86f99f58ad
commit
c7d8b49461
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "3.4.3",
|
"version": "3.4.4",
|
||||||
"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",
|
||||||
|
|
|
@ -192,7 +192,8 @@ const equativeBuilders: Record<T.EquativeTense, (p: T.Person, n: boolean) => str
|
||||||
return [
|
return [
|
||||||
`$SUBJ should ${n ? "not " : ""}have been $PRED`,
|
`$SUBJ should ${n ? "not " : ""}have been $PRED`,
|
||||||
`$SUBJ had to ${n ? "not " : ""}be $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) => {
|
wouldHaveBeen: (p, n) => {
|
||||||
|
|
Loading…
Reference in New Issue