mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 13:10:50 -04:00
Merge branch 'jerryv-vi' into 'main'
[vi] remove grammar table - irrelevant for Vietnamese See merge request PronounsPage/PronounsPage!315
This commit is contained in:
commit
00b73352f8
@ -1,33 +1,4 @@
|
|||||||
<template>
|
<template>
|
||||||
<section>
|
|
||||||
<h2 class="h4">
|
|
||||||
<Icon v="spell-check"/>
|
|
||||||
<T>pronouns.grammarTable</T><T>quotation.colon</T>
|
|
||||||
</h2>
|
|
||||||
|
|
||||||
<div class="table-responsive">
|
|
||||||
<table class="table table-sm">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Subject</th>
|
|
||||||
<th>Object</th>
|
|
||||||
<th>Possessive determiner</th>
|
|
||||||
<th>Possessive pronoun</th>
|
|
||||||
<th>Reflexive</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<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_determiner" :counter="counter"/></td>
|
|
||||||
<td><Morpheme :pronoun="selectedPronoun" morpheme="possessive_pronoun" :counter="counter"/></td>
|
|
||||||
<td><Morpheme :pronoun="selectedPronoun" morpheme="reflexive" :counter="counter"/></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user