hide TLDR answer
This commit is contained in:
parent
061b611c76
commit
5acd36fae3
|
@ -54,13 +54,18 @@ There are a couple of questions that can confuse learners when they encounter th
|
|||
1. What does the <De /> particle refer to? Is it a <MiniPronoun /> or a jussive marker?
|
||||
2. Why do some verbs end with <InlinePs opts={opts} ps={{ p: "ـي", f: "ee" }} />, and some with <InlinePs opts={opts} ps={{ p: "ـه", f: "a" }} /> ?
|
||||
|
||||
**TLDR answer:**
|
||||
In this section, we'll explain how this all works.
|
||||
|
||||
<details>
|
||||
<summary>Spoiler quick answer:</summary>
|
||||
|
||||
- *Basic form*: Jussive phrases are made using the jussive <De /> particle with subjunctive or present verbs.
|
||||
- Verbs end in <InlinePs opts={opts} ps={{ p: "ـي", f: "ee" }} /> (like the first example above)
|
||||
- *Exception*: when there's a conflict with another 2nd pers mini pronoun like <De />, we leave out the jussive <De /> marker and instead use the 2nd person imperative form.
|
||||
- Verbs end in <InlinePs opts={opts} ps={{ p: "ـه", f: "a" }} /> (like the second example above)
|
||||
|
||||
</details>
|
||||
|
||||
## The jussive دې form
|
||||
|
||||
<Formula>
|
||||
|
|
Loading…
Reference in New Issue