Merge remote-tracking branch 'origin/main'

This commit is contained in:
Andrea 2022-01-14 14:24:34 +01:00
commit ed11f9d811
2 changed files with 6 additions and 10 deletions

View File

@ -926,7 +926,7 @@ calendar:
lgbti_book_day: '{https://creacuervos.com/dia-internacional-del-libro-de-tematica-lgbti/=International LGBTI Book Day}'
human_rights_day: '{https://en.wikipedia.org/wiki/Human_Rights_Day=Human Rights Day}'
nonbinary_parents_day: '{/terminology#nonbinary=Nonbinary} Parents Day'
trans_prisoner: '{/terminology#transgender=Transgender} Prisoner Day of Action and Solidarity'
trans_prisoner: '{/terminology#transgender=Trans} Prisoner Day of Action and Solidarity'
xenogender_day: '{https://nonbinary.wiki/wiki/Xenogender=Xenogender} Visibility Day'
genderqueer_day: '{/terminology#genderqueer=Genderqueer} Visibility Day'
genderfluid_day: '{/terminology#genderfluid=Genderfluid} Visibility Day'

View File

@ -9,20 +9,16 @@
<table class="table table-sm">
<thead>
<tr>
<th>Subject</th>
<th>Object</th>
<th>Possessive determiner</th>
<th>Possessive pronoun</th>
<th>Reflexive</th>
<th>Subjekt</th>
<th>Objekt</th>
<th>Possessiv</th>
</tr>
</thead>
<tbody>
<tr>
<td><Morpheme :pronoun="selectedPronoun" morpheme="pronoun_subject" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="pronoun_nominative" :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>
<td><Morpheme :pronoun="selectedPronoun" morpheme="possessive" :counter="counter"/></td>
</tr>
</tbody>
</table>