mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 14:32:04 -04:00
[tok] wip
This commit is contained in:
parent
0d44bf21c3
commit
7a17e80341
@ -9,19 +9,15 @@
|
|||||||
<table class="table table-sm">
|
<table class="table table-sm">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Subject</th>
|
<th>ona</th>
|
||||||
<th>Object</th>
|
<th>nimi</th>
|
||||||
<th>Possessive determiner</th>
|
<th>ijo</th>
|
||||||
<th>Possessive pronoun</th>
|
|
||||||
<th>Reflexive</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><Morpheme :pronoun="selectedPronoun" morpheme="pronoun_subject" :counter="counter"/></td>
|
<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="pronoun_adjective" :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="reflexive" :counter="counter"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
singular plural isHonorific
|
singular plural isHonorific
|
||||||
I think {pronoun_subject} is very nice. I think {pronoun_subject} are very nice. FALSE
|
mi sona, la {pronoun_subject} li pona mute. FALSE
|
||||||
I asked {pronoun_object} if I can borrow {possessive_determiner} pencil. FALSE
|
mi lanpan e ilo {pronoun_adjective}. FALSE
|
||||||
{'pronoun_subject} told me that the house is {possessive_pronoun}. FALSE
|
{pronoun_subject} li toki e: mi {reflexive}. FALSE
|
||||||
{'pronoun_subject} said {pronoun_subject} would rather do it {reflexive}. FALSE
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
name pronouns description
|
name pronouns description
|
||||||
Binary forms she,he It's worth mentioning that pronouns ≠ gender. One can still be nonbinary while using pronouns that are congruent with (or opposite to) their gender assigned at birth.
|
nimi pu ala,meli,mije ona ni li nimi e kulupu ale. jan Sonja li samu e ni.
|
||||||
Normative-ish forms they,they/them/themself,it,one Those pronouns have been in common use in normative English already, but recently they got a slightly different new usage: describing a single, specific person. If you want to link to plural “they”, use {/they,!5,Plural%20“they”=this link}.
|
nimi ku tonsi,kese ona tonsi li nimi e kulupu ku. tonsi li nimi e ku suli, la jan Inwin li samu e ni. ona kese li nimi e kulupu lon pini ku. pu mute li lanpan tonsi e kese.
|
||||||
Popular neopronouns ae,ey,fae,xe,ze,ze/zir Unlike the other pronouns, which are officially recognised as “grammatically correct”, albeit used in a different meaning than we're used to, neopronouns are novel. Not being included in dictionaries doesn't make them any worse, though!
|
nimi pi ona sin pu soweli,akesi,pipi,waso,wan,jan ona ni li jo e nimi toki pona, la ni li kepeken sin.
|
||||||
Other neopronouns co,e,e/em/es,hu,ne,ne/nir,per,s/he,thon,ve,vi,vi/vim,zhe These neopronouns are less often used than their more popular counterparts, but it doesn't make them any worse (and some of them are historically notable). Some neoprouns' names are derived from the names of their creators. If your pronoun is not on the list, use the generator below!
|
nimi pi ona sin Ai,Ko,Mika,Tonji,Nsi,Fa,Ni,Jani,Wi,Si ona ni li ku ala. ona ni li sama pona e ona ante. ona sina li ala e supa, la sina o kepeken e ilo anpa!
|
||||||
|
|
@ -17,7 +17,7 @@
|
|||||||
<div class="alert alert-primary">
|
<div class="alert alert-primary">
|
||||||
<h2 class="text-center mb-0">
|
<h2 class="text-center mb-0">
|
||||||
<template v-if="nameOptions.length === 1">
|
<template v-if="nameOptions.length === 1">
|
||||||
<Twemoji><strong>{{ selectedPronoun.name(glue) }}</strong><small v-if="selectedPronoun.smallForm">/{{selectedPronoun.morphemes[selectedPronoun.smallForm]}}</small></Twemoji>
|
<Twemoji><strong><Spelling :text="selectedPronoun.name(glue)"/></strong><small v-if="selectedPronoun.smallForm">/<Spelling :text="selectedPronoun.morphemes[selectedPronoun.smallForm]"/></small></Twemoji>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<template v-for="(nameOption, i) in nameOptions">
|
<template v-for="(nameOption, i) in nameOptions">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user