update sandwiches
This commit is contained in:
parent
2aec8e1dfb
commit
9eb5529c9c
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "3.4.5",
|
||||
"version": "3.4.6",
|
||||
"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",
|
||||
|
|
|
@ -272,7 +272,7 @@ function ComplementBlock({ opts, comp, script, inside }: {
|
|||
</div>;
|
||||
}
|
||||
return <div className="text-center">
|
||||
<div>Comp.</div>
|
||||
<div>Complement</div>
|
||||
{comp.type === "adjective"
|
||||
? <AdjectiveBlock opts={opts} adj={comp} />
|
||||
: comp.type === "loc. adv."
|
||||
|
|
|
@ -14,7 +14,7 @@ function LocativeAdverbPicker(props: {
|
|||
props.onChange(makeLocativeAdverbSelection(entry));
|
||||
}
|
||||
return <div style={{ maxWidth: "225px", minWidth: "125px" }}>
|
||||
<h6>Loc. Adverb</h6>
|
||||
<h6>Locative Adverb</h6>
|
||||
<div>
|
||||
<EntrySelect
|
||||
value={props.adjective?.entry}
|
||||
|
|
|
@ -32,6 +32,24 @@ export const sandwiches: T.Sandwich[] = [
|
|||
after: { p: "ته", f: "ta" },
|
||||
e: "to",
|
||||
},
|
||||
{
|
||||
type: "sandwich",
|
||||
before: { p: "د", f: "du" },
|
||||
after: { p: "لپاره", f: "lapaara" },
|
||||
e: "for",
|
||||
},
|
||||
{
|
||||
type: "sandwich",
|
||||
before: { p: "د", f: "du" },
|
||||
after: { p: "دپاره", f: "dupáara" },
|
||||
e: "for",
|
||||
},
|
||||
{
|
||||
type: "sandwich",
|
||||
before: { p: "د", f: "du" },
|
||||
after: { p: "دمخې", f: "dumúkhe" },
|
||||
e: "before/in front of",
|
||||
},
|
||||
{
|
||||
type: "sandwich",
|
||||
before: { p: "د", f: "du" },
|
||||
|
|
Loading…
Reference in New Issue