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