diff --git a/package.json b/package.json index ee582c1..20c196f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@formkit/auto-animate": "^1.0.0-beta.1", "@fortawesome/fontawesome-free": "^5.15.4", "@lingdocs/lingdocs-main": "^0.3.1", - "@lingdocs/pashto-inflector": "^3.6.6", + "@lingdocs/pashto-inflector": "^3.6.8", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", diff --git a/src/components/phrase-diagram/EditableVPEx.tsx b/src/components/phrase-diagram/EditableVPEx.tsx index f67f18f..9c32d74 100644 --- a/src/components/phrase-diagram/EditableVPEx.tsx +++ b/src/components/phrase-diagram/EditableVPEx.tsx @@ -14,6 +14,8 @@ export function EditIcon() { return ; } +// TODO: Ability to show all variations + function EditableVPEx({ children, opts, formChoice, noEdit, length, mode, sub }: { children: T.VPSelectionState, opts: T.TextOptions, diff --git a/src/content/verbs/ability.mdx b/src/content/verbs/ability.mdx index fb77af5..c6ebd10 100644 --- a/src/content/verbs/ability.mdx +++ b/src/content/verbs/ability.mdx @@ -333,7 +333,8 @@ This kind of sentence structure is likely *a direct influnce* of Farsi, and is p Tense - Opening Phrase + I can + I can't @@ -343,7 +344,12 @@ This kind of sentence structure is likely *a direct influnce* of Farsi, and is p {[ - { p: "زه کولی شم", f: "zu kawúley shum", e: "" } + { p: "زه کولی شم", f: "zu kawúley shum", e: "I can" }, + ]} + + + {[ + { p: "زه نه شم کولی", f: "zu nú shum kawúley", e: "I can't" }, ]} @@ -353,7 +359,12 @@ This kind of sentence structure is likely *a direct influnce* of Farsi, and is p {[ - { p: "زه وکولی شم", f: "zu óokawúley shum", e: "" } + { p: "زه وکولی شم", f: "zu óokawuley shum", e: "that I can" }, + ]} + + + {[ + { p: "زه ونه شم کولی", f: "zu oo-nú-shum kawuley", e: "that I can't" }, ]} @@ -363,7 +374,12 @@ This kind of sentence structure is likely *a direct influnce* of Farsi, and is p {[ - { p: "زه به کولی شم", f: "zu ba kawúley shum", e: "" } + { p: "زه به کولی شم", f: "zu ba kawúley shum", e: "I will be able to" }, + ]} + + + {[ + { p: "زه به نه شم کولی", f: "zu ba nú shum kawúley", e: "I won't be able to" }, ]} @@ -373,7 +389,12 @@ This kind of sentence structure is likely *a direct influnce* of Farsi, and is p {[ - { p: "زه به وکولی شم", f: "zu ba óokawuley shum", e: "" } + { p: "زه به وکولی شم", f: "zu ba óokawuley shum", e: "I will be able to" }, + ]} + + + {[ + { p: "زه به ونه شم کولی", f: "zu ba oo-nú shum kawuley", e: "I won't be able to" }, ]} @@ -383,7 +404,12 @@ This kind of sentence structure is likely *a direct influnce* of Farsi, and is p {[ - { p: "ما کولی شو", f: "maa kawúley shoo", e: "" } + { p: "ما کولی شو", f: "maa kawúley shoo", e: "I was able to (ongoing)" } + ]} + + + {[ + { p: "ما نه شو کولی", f: "maa nú shoo kawúley", e: "I wasn't able to (ongoing)" } ]} @@ -393,7 +419,12 @@ This kind of sentence structure is likely *a direct influnce* of Farsi, and is p {[ - { p: "ما وکولی شو", f: "maa óokawuley shoo", e: "" } + { p: "ما وکولی شو", f: "maa óokawuley shoo", e: "I was able to (one time)" } + ]} + + + {[ + { p: "ما ونه شو وکولی", f: "maa oo-nú-shoo kawuley", e: "I wasn't able to (one time)" } ]} @@ -403,7 +434,12 @@ This kind of sentence structure is likely *a direct influnce* of Farsi, and is p {[ - { p: "ما به کولی شو", f: "maa ba kawúley shoo", e: "" } + { p: "ما به کولی شو", f: "maa ba kawúley shoo", e: "I would be able to" } + ]} + + + {[ + { p: "ما به نه شو کولی", f: "maa ba nú shoo kawúley", e: "I wouldn't be able to" } ]} @@ -413,7 +449,12 @@ This kind of sentence structure is likely *a direct influnce* of Farsi, and is p {[ - { p: "ما به وکولی شو", f: "maa ba óokawuley shoo", e: "" } + { p: "ما به وکولی شو", f: "maa ba óokawuley shoo", e: "I would be able to" } + ]} + + + {[ + { p: "ما به ونه شو کولی", f: "maa ba oo-nú-shoo kawúley", e: "I wouldn't be able to" } ]} diff --git a/yarn.lock b/yarn.lock index dac2be4..da9135b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1803,10 +1803,10 @@ rambda "^6.7.0" react-select "^5.2.2" -"@lingdocs/pashto-inflector@^3.6.6": - version "3.6.6" - resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.6.6.tgz#95810fdfe79fe069bf524609d0b98fa6b6a49b3a" - integrity sha512-MWGenqV9mMkEHc/IESGo4Xl+B+/3/4vbKLsQu1xjxFMJNjcS7UwrdmYUl4TcE+ZrIX3R0+J3eR8OeARYKwTY9g== +"@lingdocs/pashto-inflector@^3.6.8": + version "3.6.8" + resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.6.8.tgz#8e6cde1730d96458117f4efda9874b7ced329c36" + integrity sha512-wgS8AGad1fa+T4rEQRmbP9iV1jyRfLaT18fnFr1WjF4RC/B+U6Imr5ykKXV2pMQd/6yVi26yJFd8iFvRe3KybQ== dependencies: "@formkit/auto-animate" "^1.0.0-beta.1" classnames "^2.2.6"