mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 22:43:06 -04:00
[no][pronouns] remove reflexive, see !281
This commit is contained in:
parent
065a6b0cc1
commit
465dafb076
@ -12,7 +12,6 @@
|
||||
<th>Subjekt</th>
|
||||
<th>Objekt</th>
|
||||
<th>Possessiv</th>
|
||||
<th>Refleksiv</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -20,7 +19,6 @@
|
||||
<td><Morpheme :pronoun="selectedPronoun" morpheme="pronoun_subject" :counter="counter"/></td>
|
||||
<td><Morpheme :pronoun="selectedPronoun" morpheme="pronoun_object" :counter="counter"/></td>
|
||||
<td><Morpheme :pronoun="selectedPronoun" morpheme="possessive" :counter="counter"/></td>
|
||||
<td><Morpheme :pronoun="selectedPronoun" morpheme="reflexive" :counter="counter"/></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -2,4 +2,3 @@ singular plural isHonorific
|
||||
Jeg synes {pronoun_subject} er veldig snill. FALSE
|
||||
Jeg spurte {pronoun_object} om jeg kunne låne blyanten {possessive}. FALSE
|
||||
{'pronoun_subject} fortalte meg at huset er {possessive}. FALSE
|
||||
{'pronoun_subject} sa {pronoun_subject} heller ville gjøre {reflexive}. FALSE
|
||||
|
|
Loading…
x
Reference in New Issue
Block a user