fixup
This commit is contained in:
parent
6b45ed037f
commit
9d78081ef4
|
@ -72,8 +72,8 @@ The jussive <De /> is a particle that goes in the <Link to="/phrase-structure/bl
|
|||
|
||||
Notice how you can use either:
|
||||
|
||||
- the <Perfective /> subjunctive for one-time or instantaneous sense
|
||||
- the <Imperfective /> present for on on-going or continuous sense
|
||||
- the <Perfective /> subjunctive for a one-time or instantaneous sense
|
||||
- the <Imperfective /> present for an on-going or continuous sense
|
||||
|
||||
You can also use the <Link to="/equatives/other-equatives/#subjunctive-equative">subjunctive equative</Link>. For example:
|
||||
|
||||
|
@ -94,12 +94,13 @@ Earlier we mentioned that this jussive particle <De /> is **not to be confused w
|
|||
|
||||
So what happens when we need to use both in a sentence?? They both go in the <Link to="/phrase-structure/blocks-and-kids/">kids' section</Link>, but we can't have two <De />'s in there. We can't ever say, "<InlinePs opts={opts} ps={{ p: "دې دې", f: "de de" }} />."
|
||||
|
||||
<img
|
||||
<div className="mb-3" style={{ maxWidth: "600px" }}>
|
||||
<img
|
||||
src={deCowboys}
|
||||
alt={`دې particles as cowboys saying, "This town aint big enough for the two of us...`}
|
||||
className="img-fluid mb-3"
|
||||
style={{ maxWidth: "600px" }}
|
||||
/>
|
||||
className="img-fluid"
|
||||
/>
|
||||
</div>
|
||||
|
||||
First let's look at an example without this دې conflict:
|
||||
|
||||
|
@ -225,11 +226,12 @@ Things get a little more interesting when the jussive <De /> clashes with the <M
|
|||
|
||||
### With مو as 2nd person plural
|
||||
|
||||
<img
|
||||
<div className="mb-3" style={{ maxWidth: "600px" }}>
|
||||
<img
|
||||
src={deMuCowboysNotOk}
|
||||
className="img-fluid mb-3"
|
||||
style={{ maxWidth: "600px" }}
|
||||
/>
|
||||
className="img-fluid"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Just like you can't say <InlinePs opts={opts}>{{ p: "دې دې", f: "de de" }}</InlinePs>, you also can't have the jussive <De /> together with the second person plural <MU e="you, your" />.
|
||||
|
||||
|
@ -288,11 +290,12 @@ Just like you can't say <InlinePs opts={opts}>{{ p: "دې دې", f: "de de" }}</
|
|||
|
||||
### with مو as 1st person plural
|
||||
|
||||
<img
|
||||
<div className="mb-3" style={{ maxWidth: "600px" }}>
|
||||
<img
|
||||
src={deMuCowboysOk}
|
||||
className="img-fluid mb-3"
|
||||
style={{ maxWidth: "600px" }}
|
||||
/>
|
||||
className="img-fluid"
|
||||
/>
|
||||
</div>
|
||||
|
||||
But if the is a 1st person plural pronoun, then it *can* co-exist with the jussive <De />.
|
||||
|
||||
|
|
Loading…
Reference in New Issue