oops
This commit is contained in:
parent
d24c6d8aba
commit
4795562bfa
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "3.2.9",
|
||||
"version": "3.3.0",
|
||||
"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",
|
||||
|
|
|
@ -101,7 +101,7 @@ function VerbSBlock({ opts, v, script }: {
|
|||
<Border>
|
||||
{getLength(v.ps, length)[0][script]}
|
||||
</Border>
|
||||
<div>{v.type === "perfectParticipleBlock" ? "Past Partic." : "Verb"} aa</div>
|
||||
<div>{v.type === "perfectParticipleBlock" ? "Past Partic." : "Verb"}</div>
|
||||
<EnglishBelow>{((v.type === "perfectParticipleBlock" ? "Past Partic." : "Verb")
|
||||
? getEnglishParticipleInflection
|
||||
: getEnglishPersonInfo
|
||||
|
|
Loading…
Reference in New Issue