remove uncertain part about the order of mini pronouns

This commit is contained in:
lingdocs 2021-04-05 11:15:36 +03:00
parent 3ec270efa9
commit 86330bae93
1 changed files with 0 additions and 38 deletions

View File

@ -99,41 +99,3 @@ Below are some examples of how mini pronouns can be used in the place of regular
{ p: "کور مو په کابل کې دی", f: "kor mU pu kaabul ke dey", e: "Our house is in Kabul" },
],
]}</Chart>
## The order of mini-pronouns
In some sentences we might have more than one mini-prounoun. In these cases, it can be confusing for learners to know which pronoun has what role. For example, have a look at these sentences:
<Examples opts={defaultTextOptions}>{[
{ p: "پلار مې یې وهي", f: "plaar me ye wahee" },
]}</Examples>
Does this mean "My dad is hitting him" or "His dad is hitting me" ?
<details className="mb-3">
<summary>Answer:</summary>
It means, "."
</details>
<Examples opts={defaultTextOptions}>{[
{ p: "کتاب مې یې ولیده", f: "kitaab me ye óoleedu" },
]}</Examples>
Does this mean "He saw my book" or "I saw his book" ?
<details className="mb-3">
<summary>Answer:</summary>
It means, "I saw his book."
</details>
<Examples opts={defaultTextOptions}>{[
{ p: "غږ مې دې واورېده", f: "ghuG me de wáawredu" },
]}</Examples>
Does this mean "I heard your voice" or "You heard my voice" ?
<details className="mb-3">
<summary>Answer:</summary>
It means, "I heard your voice."
</details>