display servant on gramm trans obj as well
This commit is contained in:
parent
9f7d1def4c
commit
a241c84e07
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "3.7.0",
|
"version": "3.7.1",
|
||||||
"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",
|
||||||
|
|
|
@ -140,6 +140,8 @@ function VPPicker({ opts, vps, onChange, entryFeeder }: {
|
||||||
? <div>
|
? <div>
|
||||||
{roles.king === "object"
|
{roles.king === "object"
|
||||||
? <div className="h5 text-center clickable" onClick={() => setShowingExplanation({ role: "king", item: "object" })}>Object {roleIcon.king}</div>
|
? <div className="h5 text-center clickable" onClick={() => setShowingExplanation({ role: "king", item: "object" })}>Object {roleIcon.king}</div>
|
||||||
|
: roles.servant === "object"
|
||||||
|
? <div className="h5 text-center clickable" onClick={() => setShowingExplanation({ role: "servant", item: "object" })}>Object {roleIcon.servant}</div>
|
||||||
: <div className="h5 text-center">Object</div>}
|
: <div className="h5 text-center">Object</div>}
|
||||||
<div className="text-muted">Unspoken 3rd Pers. Masc. Plur.</div>
|
<div className="text-muted">Unspoken 3rd Pers. Masc. Plur.</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue