[it] init
This commit is contained in:
parent
22cadfe4e1
commit
a3342583c7
|
@ -0,0 +1 @@
|
|||
<template></template>
|
|
@ -0,0 +1,4 @@
|
|||
const {Event, day, week, month, dayYear, EventLevel} = require("../../../src/calendar/helpers");
|
||||
|
||||
module.exports = [
|
||||
];
|
|
@ -0,0 +1,222 @@
|
|||
locale: 'it'
|
||||
|
||||
header: true
|
||||
|
||||
pronouns:
|
||||
enabled: true
|
||||
route: 'pronouns'
|
||||
default: 'lui'
|
||||
any: 'any'
|
||||
plurals: true
|
||||
honorifics: false
|
||||
multiple:
|
||||
name: 'Interchangeable forms'
|
||||
description: >
|
||||
Many nonbinary people use more than one form interchangeably
|
||||
and are fine with being called either of them.
|
||||
Some like when others alternate between those forms when talking about them.
|
||||
examples: ['he&she', 'he&they', 'she&they']
|
||||
null:
|
||||
description: >
|
||||
{/avoiding=Avoiding gendered forms} / {/no-pronouns=no pronouns} / {/null=null pronouns} /
|
||||
{/pronounless=pronounless} / {/nullpronominal=nullpronominal} / {/nameself=nameself}
|
||||
history: >
|
||||
Some people prefer not using any pronouns, instead being referred by name, initial,
|
||||
omitting pronouns with passive voice, or restructuring the sentence.
|
||||
See: {https://twitter.com/lypomania/status/1290274971642544128=lypomania's guide},
|
||||
{https://lgbta.wikia.org/wiki/Nullpronominal=Nullpronominal on LGBTA Wiki}
|
||||
morphemes:
|
||||
pronoun_subject: '#'
|
||||
pronoun_object: '#'
|
||||
possessive_determiner: '#''s'
|
||||
possessive_pronoun: '#''s'
|
||||
reflexive: '#self'
|
||||
examples: [':Andrea', ':S']
|
||||
template: 'Open one of the examples and simply replace the name/initial in the URL with your own.'
|
||||
routes: ['avoiding']
|
||||
ideas:
|
||||
-
|
||||
header: 'Use names or initials instead of pronouns'
|
||||
normative: true
|
||||
examples:
|
||||
- ['I talked to him yesterday', 'I talked to {/:Sky=Sky} yesterday']
|
||||
- ['She is really beautiful', '{/:Soph=Soph} is really beautiful']
|
||||
-
|
||||
- 'Her graduation starts soon'
|
||||
- '{/:J=J}''s graduation starts soon'
|
||||
-
|
||||
header: 'Passive voice'
|
||||
normative: true
|
||||
examples:
|
||||
- ['He answered the phone', 'The phone was answered']
|
||||
-
|
||||
- 'Wen takes good care of her cat'
|
||||
- 'Wen''s cat is well cared for'
|
||||
-
|
||||
header: 'Rephrasing the sentence (circumlocution)'
|
||||
normative: true
|
||||
examples:
|
||||
- ['Lior did it all by himself', 'Lior did it all without any help']
|
||||
- ['Gael talks in his sleep', 'Gael talks while sleeping']
|
||||
-
|
||||
header: 'Replacing a pronoun with a descriptive noun or phrase'
|
||||
normative: true
|
||||
examples:
|
||||
- ['She landed the plane safely', 'The pilot landed the plane safely']
|
||||
- ['This is Lea, she is into painting', 'This is Lea. My friend is into painting']
|
||||
- ['She argues that…', 'The person who started this discussion argues that…']
|
||||
-
|
||||
header: 'Dropping pronouns'
|
||||
normative: true
|
||||
examples:
|
||||
- ['Did you buy Tex her gift?', 'Did you buy Tex a gift?']
|
||||
- ['Yes, I bought it for her. I will give it to her tomorrow.', 'Yes, I bought it. I will give it tomorrow.']
|
||||
emoji:
|
||||
description: 'Emojiself pronouns'
|
||||
history: '{https://lgbta.wikia.org/wiki/Emojiself_Pronouns=Emojiself} pronouns are intended for online communication and not supposed to be pronounced.'
|
||||
morphemes:
|
||||
pronoun_subject: '#'
|
||||
pronoun_object: '#'
|
||||
possessive_determiner: '#''s'
|
||||
possessive_pronoun: '#''s'
|
||||
reflexive: '#self'
|
||||
examples: ['💫', '💙']
|
||||
template: 'Open one of the examples and simply replace the emoji in the URL with your own.'
|
||||
mirror:
|
||||
route: 'mirror'
|
||||
name: 'Mirror pronouns / Mirrorpronominal'
|
||||
description: >
|
||||
A person who uses mirror pronouns wants to be referred to with the same pronouns as the person talking.
|
||||
example:
|
||||
- 'Person A uses mirror pronouns.'
|
||||
- 'Person B uses {/she=she/her}, so when she talks about person A, she uses “she/her” to refer to her.'
|
||||
- 'Person C uses {/ze=ze/hir} interchangeably with {/fae=fæ/fær}, so when ze talks about person A, fea uses either ze/hir or fæ/fær to refer to fær.'
|
||||
slashes: true
|
||||
others: 'Other pronouns'
|
||||
|
||||
pronunciation:
|
||||
enabled: true
|
||||
voices:
|
||||
GB:
|
||||
language: 'en-GB'
|
||||
voice: 'Emma'
|
||||
engine: 'neural'
|
||||
|
||||
sources:
|
||||
enabled: true
|
||||
route: 'sources'
|
||||
submit: true
|
||||
mergePronouns: {}
|
||||
extraTypes: ['avoiding', 'nounself']
|
||||
|
||||
nouns:
|
||||
enabled: true
|
||||
route: 'dictionary'
|
||||
collapsable: false
|
||||
plurals: true
|
||||
pluralsRequired: false
|
||||
declension: false
|
||||
submit: true
|
||||
templates: true
|
||||
|
||||
community:
|
||||
route: 'terminology'
|
||||
|
||||
inclusive:
|
||||
enabled: false
|
||||
|
||||
terminology:
|
||||
enabled: true
|
||||
published: true
|
||||
categories:
|
||||
- 'sexual orientation'
|
||||
- 'romantic orientation'
|
||||
- 'tertiary orientation'
|
||||
- 'gender'
|
||||
- 'gender expression'
|
||||
- 'relationship model'
|
||||
- 'language'
|
||||
- 'attraction'
|
||||
- 'politics'
|
||||
- 'prejudice'
|
||||
|
||||
route: 'terminology'
|
||||
|
||||
names:
|
||||
enabled: false
|
||||
|
||||
people:
|
||||
enabled: false
|
||||
|
||||
# optional, but would be nice to have
|
||||
english:
|
||||
enabled: true
|
||||
route: 'english'
|
||||
pronounGroups:
|
||||
-
|
||||
name: 'Normative forms'
|
||||
description:
|
||||
- >
|
||||
Because of the limitations of <language> grammar, or simply because they just prefer it that way,
|
||||
many nonbinary people decide to simply use “he” ({/on=„on”}) or “she” ({/ona=„ona”})
|
||||
– either the same as their gender assigned at birth or the opposite.
|
||||
That doesn't make them any less nonbinary! Pronouns ≠ gender.
|
||||
table: {on: 'Masculine', ona: 'Feminine'}
|
||||
|
||||
faq:
|
||||
enabled: true
|
||||
route: 'faq'
|
||||
|
||||
links:
|
||||
enabled: true
|
||||
split: false
|
||||
route: 'links'
|
||||
blogRoute: 'blog'
|
||||
links:
|
||||
-
|
||||
icon: 'globe-europe'
|
||||
url: 'https://pronoun.is/'
|
||||
headline: 'Pronoun.is'
|
||||
extra: '– inspiration for this website.'
|
||||
academic: []
|
||||
mediaGuests: []
|
||||
mediaMentions: []
|
||||
recommended: []
|
||||
blog: false
|
||||
|
||||
contact:
|
||||
enabled: true
|
||||
route: 'contact'
|
||||
team:
|
||||
enabled: true
|
||||
route: 'team'
|
||||
|
||||
support:
|
||||
enabled: true
|
||||
|
||||
user:
|
||||
enabled: true
|
||||
route: 'account'
|
||||
termsRoute: 'terms'
|
||||
|
||||
profile:
|
||||
enabled: true
|
||||
editorEnabled: true
|
||||
defaultWords:
|
||||
- ['[no honorific]', 'mx.', 'mr.', 'ms.', 'sir', 'madam', 'sai', 'mir', 'shazam', 'zam', 'comrade']
|
||||
- ['person', 'man', 'woman', 'lady', 'dude', 'boy', 'girl', 'buddy', 'pal', 'bro', 'sis', 'sib']
|
||||
- ['pretty', 'handsome', 'cute', 'hot', 'sexy']
|
||||
- ['friend', 'partner', 'boyfriend', 'girlfriend', 'joyfriend', 'husband', 'wife', 'kissmate', 'darling', 'beloved', 'boo']
|
||||
flags:
|
||||
defaultPronoun: 'they'
|
||||
|
||||
calendar:
|
||||
enabled: true
|
||||
route: 'calendar'
|
||||
|
||||
census:
|
||||
enabled: false
|
||||
|
||||
redirects: []
|
||||
|
||||
api: ~
|
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -0,0 +1,98 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 720 320"
|
||||
version="1.1"
|
||||
id="svg40"
|
||||
sodipodi:docname="logo-full.svg"
|
||||
width="720"
|
||||
height="320"
|
||||
inkscape:version="1.0.1 (c497b03c, 2020-09-10)">
|
||||
<metadata
|
||||
id="metadata46">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs44" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1680"
|
||||
inkscape:window-height="929"
|
||||
id="namedview42"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.98476907"
|
||||
inkscape:cx="274.18328"
|
||||
inkscape:cy="195.29274"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg40"
|
||||
inkscape:document-rotation="0" />
|
||||
<path
|
||||
d="m 32.08576,34.885076 c -3.318775,0 -6.034135,2.71536 -6.034135,6.034135 v 44.250318 c 0,3.318773 2.71536,6.034134 6.034135,6.034134 h 4.022755 c 3.318774,0 6.034135,-2.715361 6.034135,-6.034134 V 62.340191 L 64.267809,84.465349 48.629541,100.10362 c -2.36337,2.36337 -2.36337,6.18499 0,8.54835 l 2.865821,2.86582 c 2.363369,2.36337 6.184987,2.36337 8.548357,0 l 15.638269,-15.638262 9.65815,9.658152 c -17.130414,13.21751 -27.812606,31.90486 -27.812606,52.6268 0,16.60127 6.935909,31.80728 18.438286,44.04898 -5.193498,13.74138 -15.998259,25.39065 -16.17254,25.53017 -2.300474,2.44135 -2.92831,5.99875 -1.603799,9.06789 1.324519,3.06914 4.322234,5.05693 7.66838,5.05693 21.436247,0 38.341231,-8.96342 48.484231,-16.14799 7.70101,2.41798 15.84799,4.04327 24.34671,4.68176 v 17.68893 h -26.14792 c -3.31877,0 -6.03413,2.71536 -6.03413,6.03414 v 4.02275 c 0,3.31877 2.71536,6.03413 6.03413,6.03413 h 26.14792 v 22.12517 c 0,3.31877 2.71535,6.03412 6.03412,6.03412 h 4.02276 c 3.31878,0 6.03414,-2.71535 6.03414,-6.03412 v -22.12517 h 26.14791 c 3.31878,0 6.03414,-2.71536 6.03414,-6.03413 v -4.02275 c 0,-3.31878 -2.71536,-6.03414 -6.03414,-6.03414 h -26.14791 v -17.67813 c 45.52537,-3.29724 81.2084,-34.37431 81.2084,-72.24854 0,-20.73264 -10.6932,-39.42874 -27.83912,-52.64743 l 43.17686,-43.176859 v 22.829338 c 0,3.318773 2.71537,6.034134 6.03414,6.034134 h 4.02276 c 3.31878,0 6.03413,-2.715361 6.03413,-6.034134 V 40.919211 c 0,-3.318775 -2.71535,-6.034135 -6.03413,-6.034135 h -44.25032 c -3.31878,0 -6.03414,2.71536 -6.03414,6.034135 v 4.022755 c 0,3.318774 2.71536,6.034135 6.03414,6.034135 h 22.82934 l -45.74706,45.747065 c -13.74594,-7.03126 -30.01462,-11.101862 -47.45695,-11.101862 -17.45555,0 -33.73583,4.076486 -47.48835,11.117576 L 86.99599,84.465349 102.63426,68.827082 c 2.36337,-2.36337 2.36337,-6.184988 0,-8.548357 l -2.865823,-2.866803 c -2.36337,-2.36337 -6.184988,-2.36337 -8.548357,0 L 75.631899,73.10126 53.50674,50.976101 h 22.829339 c 3.318773,0 6.034133,-2.715361 6.034133,-6.034135 v -4.022755 c 0,-3.318775 -2.71536,-6.034135 -6.034133,-6.034135 z m 114.61319,66.914664 c 40.01218,0 72.57265,25.93882 72.57265,57.78783 0,31.84901 -32.56047,57.78783 -72.57265,57.78783 -9.1688,0 -18.24001,-1.41159 -26.95521,-4.20249 l -4.92434,-1.57629 -4.21231,3.02099 c -7.45165,5.35194 -18.95302,11.5904 -33.240769,13.00226 3.887818,-4.95794 9.65449,-13.26536 13.218329,-22.85291 l 2.301102,-6.1402 -4.439177,-4.79372 C 79.0834,183.78584 74.126312,171.93317 74.126312,159.58757 c 0,-31.84902 32.560448,-57.78783 72.572638,-57.78783 z"
|
||||
id="path38"
|
||||
style="stroke-width:0.502844" />
|
||||
<path
|
||||
d="m 345.84497,274.57769 -15.46542,15.46541 c -1.42032,1.42034 -3.72303,1.42027 -5.14321,0 l -0.13449,-0.13447 1.71438,-1.71439 0.13449,0.13449 c 0.47377,0.47377 1.24137,0.47301 1.71438,0 l 15.46541,-15.46541 c 0.47264,-0.47272 0.47264,-1.24175 0,-1.71439 l -16.05366,-16.05374 a 1.2043171,1.2043171 0 0 0 -0.85723,-0.35505 h -1.48117 l -2.42455,-2.42454 h 3.90572 a 3.6368178,3.6368178 0 0 1 2.5716,1.0652 l 16.05367,16.05367 c 1.42034,1.42026 1.42034,3.72297 8e-5,5.14322 z M 317.52151,254.74014 H 302.0561 c -0.66842,0 -1.21228,0.54386 -1.21228,1.21227 v 15.46542 c 0,0.32383 0.12608,0.62826 0.35505,0.85723 l 16.05367,16.05367 c 0.47377,0.47377 1.24137,0.47301 1.71438,0 l 15.46541,-15.46541 c 0.47264,-0.47272 0.47264,-1.24175 0,-1.71439 l -16.05366,-16.05374 a 1.2043171,1.2043171 0 0 0 -0.85716,-0.35505 m 0,-2.42454 a 3.6368178,3.6368178 0 0 1 2.57161,1.0652 l 16.05367,16.05367 c 1.42026,1.42026 1.42026,3.72297 0,5.14322 l -15.46542,15.46541 c -1.42033,1.42034 -3.72303,1.42027 -5.14321,0 l -16.05367,-16.05366 a 3.6368178,3.6368178 0 0 1 -1.06521,-2.57161 v -15.46542 c 0,-2.00858 1.62823,-3.63681 3.63682,-3.63681 z m -8.19178,9.39511 c -0.83556,0 -1.51534,0.67978 -1.51534,1.51534 0,0.83556 0.67978,1.51534 1.51534,1.51534 0.83555,0 1.51534,-0.67978 1.51534,-1.51534 0,-0.83556 -0.67979,-1.51534 -1.51534,-1.51534 m 0,-2.12148 c 2.00858,0 3.63682,1.62824 3.63682,3.63682 0,2.00858 -1.62824,3.63682 -3.63682,3.63682 -2.00858,0 -3.63682,-1.62824 -3.63682,-3.63682 0,-2.00858 1.62824,-3.63682 3.63682,-3.63682 z"
|
||||
id="path59"
|
||||
style="stroke-width:0.075767" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:64px;line-height:1.1;font-family:'Quicksand Light';-inkscape-font-specification:'Quicksand Light, Bold';fill:#000000;fill-opacity:1;stroke:none"
|
||||
x="293.46982"
|
||||
y="92.809578"
|
||||
id="text72"><tspan
|
||||
sodipodi:role="line"
|
||||
x="293.46982"
|
||||
y="92.809578"
|
||||
id="tspan80">Neutral</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="293.46982"
|
||||
y="163.20958"
|
||||
id="tspan108">Language</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="293.46982"
|
||||
y="233.60959"
|
||||
id="tspan110">Council</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
|
||||
x="305.65543"
|
||||
y="111.70132"
|
||||
id="text78"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan76"
|
||||
x="305.65543"
|
||||
y="111.70132" /></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Quicksand Light';-inkscape-font-specification:'Quicksand Light, ';fill:#000000;fill-opacity:1;stroke:none"
|
||||
x="360.4906"
|
||||
y="281.83569"
|
||||
id="text84"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan82"
|
||||
x="360.4906"
|
||||
y="281.83569">pronouns.page</tspan></text>
|
||||
</svg>
|
After Width: | Height: | Size: 7.0 KiB |
|
@ -0,0 +1 @@
|
|||
export default {};
|
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -0,0 +1,6 @@
|
|||
<template>
|
||||
<div>
|
||||
<Separator icon="book-open"/>
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
|
@ -0,0 +1,2 @@
|
|||
<template>
|
||||
</template>
|
|
@ -0,0 +1 @@
|
|||
export default {}
|
|
|
@ -0,0 +1,2 @@
|
|||
masc fem neutr mascPl femPl neutrPl
|
||||
-man -woman -person -men -women -people
|
|
|
@ -0,0 +1 @@
|
|||
name description pronouns sources
|
|
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
<div></div>
|
||||
</template>
|
|
@ -0,0 +1,40 @@
|
|||
<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>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
selectedPronoun: { required: true },
|
||||
counter: { required: true },
|
||||
}
|
||||
}
|
||||
</script>
|
|
@ -0,0 +1,6 @@
|
|||
<template>
|
||||
<h2>
|
||||
<Icon v="tags"/>
|
||||
<T>home.pronouns</T>
|
||||
</h2>
|
||||
</template>
|
|
@ -0,0 +1,5 @@
|
|||
singular plural isHonorific
|
||||
I think {pronoun_subject} is very nice. I think {pronoun_subject} are very nice. FALSE
|
||||
I asked {pronoun_object} if I can borrow {possessive_determiner} pencil. FALSE
|
||||
{'pronoun_subject} told me that the house is {possessive_pronoun}. FALSE
|
||||
{'pronoun_subject} said {pronoun_subject} would rather do it {reflexive}. FALSE
|
|
|
@ -0,0 +1,7 @@
|
|||
export default [
|
||||
'pronoun_subject',
|
||||
'pronoun_object',
|
||||
'possessive_determiner',
|
||||
'possessive_pronoun',
|
||||
'reflexive',
|
||||
];
|
|
@ -0,0 +1,5 @@
|
|||
name pronouns description
|
||||
Normative 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.
|
||||
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}.
|
||||
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!
|
||||
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!
|
|
|
@ -0,0 +1,26 @@
|
|||
key description normative pronoun_subject pronoun_object possessive_determiner possessive_pronoun reflexive plural pluralHonorific pronounceable history thirdForm smallForm sourcesInfo
|
||||
he,he/him Normative “he/him” TRUE he him his his himself FALSE FALSE TRUE
|
||||
she,she/her Normative “she/her” TRUE she her her hers herself FALSE FALSE TRUE
|
||||
they,they/them Singular “they” TRUE they them their theirs themselves TRUE TRUE TRUE Singular “they” has been used in English to describe an unspecified person since the late 1300s (it's even older than singular “you”!). Nowadays, it's the most popular choice among people who prefer gender neutral forms. It starts being {https://www.merriam-webster.com/words-at-play/singular-nonbinary-they=accepted by dictionaries} too.@It is also common to use {/they/them/themself=“themself”} as a reflexive form. reflexive This list of sources includes both the version with {/they=“themselves”} and {/they/them/themselves=“themself”}, as well as those that don't happen to use reflexive.
|
||||
they/them/themself Singular “they” TRUE they them their theirs themself TRUE TRUE TRUE Singular “they” has been used in English to describe an unspecified person since the late 1300s (it's even older than singular “you”!). Nowadays, it's the most popular choice among people who prefer gender neutral forms. It starts being {https://www.merriam-webster.com/words-at-play/singular-nonbinary-they=accepted by dictionaries} too.@It is also common to use {/they=“themselves”} as a reflexive form. reflexive This list of sources includes both the version with {/they=“themselves”} and {/they/them/themselves=“themself”}, as well as those that don't happen to use reflexive.
|
||||
it,it/it,it/its Personal “it” TRUE it it its its itself FALSE FALSE TRUE Although “it” is normally used for objects, not people, some actually do like being called that way. If someone wants you to call it “it”, it's not offensive – it's actually respectful. But remember that it/its pronouns have a history of transphobic use, so only with people who explicitly wish it.
|
||||
one,one/one's Specific “one” TRUE one one one's one's oneself FALSE FALSE TRUE “One” is used in formal English when talking about a general or a hypothetical person. Recently people started using “one” also as their personal pronoun.
|
||||
ae,æ,ae/aer,æ/ær Neopronoun “ae” / “æ” FALSE ae|eɪ aer|ɛɹ aer|ɛɹ aers|ɛɹz aerself|ɛɹˈsɛlf FALSE FALSE TRUE Created by David Lindsay for a 1920 novel <em>A Voyage to Arcturus</em>, where it's used by an alien, third-sex species.
|
||||
co,co/cos Neopronoun “co/cos” FALSE co|ko co|ko cos|koz co's|koz coself|koˈsɛlf FALSE FALSE TRUE Created by Mary Orovan in 1970, derived from the Indo-European <em>*ko</em>.
|
||||
e,e/em/eir Spivak pronouns FALSE e|i em|ɛm eir|ɛɹ eirs|ɛɹz emself|ɛmˈsɛlf FALSE FALSE TRUE Coined by Michael Spivak in 1990 for his manual <em>The Joy of TeX</em> to avoid gendering people in the examples. possessive_determiner
|
||||
e/em/es Neopronoun “e/em/es” FALSE e|i em|ɛm es|iz ems|ɛmz emself|ɛmˈsɛlf FALSE FALSE TRUE First created in 1890 by James Rogers based on {/he=he} and {/them=them} pronoun sets. Since then multiple versions were created, differing in declension and capitalisation. possessive_determiner
|
||||
ey,ey/em Elverson pronouns FALSE ey|eɪ em|ɛm eir|ɛɹ eirs|ɛɹz emself|ɛmˈsɛlf FALSE FALSE TRUE {https://research.cristanwilliams.com/2012/02/24/1975-transgender-cross-gender/=Coined by Christine M. Elverson} in 1975 for a contest to create an alternative to the singular {/they=they}. Those forms are created by dropping “th” from “they”.
|
||||
fae,fæ,fae/faer,fæ/fær Neopronoun “fae/faer” FALSE fae|feɪ faer|fɛɹ faer|fɛɹ faers|fɛɹz faerself|fɛɹˈsɛlf FALSE FALSE TRUE Created in 2014 by Tumblr user shadaras.
|
||||
hu,hu/hum Humanist pronouns FALSE hu|hju hum|hjum hus|hjuz hus|hjuz huself|hjuˈsɛlf FALSE FALSE TRUE Coined by Sasha Newborn in 1982, based on the word “human”.
|
||||
ne,ne/nem Neopronoun “ne/nem” FALSE ne|ni nem|nəm nir|nəɹ nirs|nəɹz nemself|nəmˈsɛlf FALSE FALSE TRUE
|
||||
ne/nir Neopronoun “ne/nir” FALSE ne|ni nir|nəɹ nir|nəɹ nirs|nəɹz nirself|nəɹˈsɛlf FALSE FALSE TRUE
|
||||
per,per/per Person pronouns FALSE per|pəɹ per|pəɹ per|pəɹ pers|pəɹz perself|pəɹˈsɛlf FALSE FALSE TRUE Coined by John Clark in an issue of the <em>Newsletter of the American Anthropological Association</em> in 1972, derived from the word “person”.
|
||||
s/he,s/he/hir Neopronoun “s/he” FALSE s/he|shi hir|hɪɹ hir|hɪɹ hirs|hɪɹz hirself|hɪɹˈsɛlf FALSE FALSE TRUE
|
||||
thon,thon/thons Neopronoun “thon” FALSE thon|ðɑn thon|ðɑn thons|ðɑnz thon's|ðɑnz thonself|ðɑnˈsɛlf FALSE FALSE TRUE Created by Charles Crozat Converse in 1858, thon/thons/thonself is one of the first known examples of creating a gender neutral pronoun. “Thon” is a contraction of “that one”.
|
||||
ve,ve/ver Neopronoun “ve/ver” FALSE ve|vi ver|vəɹ vis|viz vers|vəɹz verself|vəɹˈsɛlf FALSE FALSE TRUE Used eg. by Greg Egan in <em>Distress</em> (1995) and <em>Diaspora</em> (1998), and by Keri Hulme in <em>The Bone People</em> (1984).
|
||||
vi,vi/vir Neopronoun “vi/vir” FALSE vi|vi vir|viɹ vis|viz virs|viɹz virself|viɹˈsɛlf FALSE FALSE TRUE
|
||||
vi/vim Neopronoun “vi/vim” FALSE vi|vi vim|vɪm vis|vɪs vims|vɪms vimself|vɪmˈsɛlf FALSE FALSE TRUE
|
||||
xe,xe/xem Neopronoun “xe/xem” FALSE xe|zi xem|zɛm xyr|ziɹ xyrs|ziɹz xemself|zɛmˈsɛlf FALSE FALSE TRUE Coined by Don Rickter in an issue of <em>Unitarian Universalist</em> in 1973.
|
||||
ze,ze/hir Neopronoun “ze/hir” FALSE ze|zi hir|hɪɹ hir|hɪɹ hirs|hɪɹz hirself|hɪɹˈsɛlf FALSE FALSE TRUE
|
||||
ze/zir Neopronoun “ze/zir” FALSE ze|zi zir|zəɹ zir|zəɹ zirs|zəɹz zirself|zəɹˈsɛlf FALSE FALSE TRUE Based on the German plural 3rd person pronoun <em>sie</em>.
|
||||
zhe,zhe/zher Neopronoun “zhe/zher” FALSE zhe|ʒi zher|ʒəɹ zher|ʒəɹ zhers|ʒəɹz zherself|ʒəɹˈsɛlf FALSE FALSE TRUE
|
Can't render this file because it has a wrong number of fields in line 2.
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,2 @@
|
|||
$fontHeadings: 'Quicksand';
|
||||
$fontText: 'Nunito';
|
|
@ -5,6 +5,7 @@ module.exports = [
|
|||
['en', 'English', 'https://en.pronouns.page', true],
|
||||
['fr', 'Français', 'https://fr.pronouns.page', true],
|
||||
['gl', 'Galego', 'https://gl.pronouns.page', false],
|
||||
['it', 'Italiano', 'https://it.pronouns.page', false],
|
||||
['lad', 'Ladino (Djudezmo)', 'https://lad.pronouns.page', true],
|
||||
['nl', 'Nederlands', 'https://nl.pronouns.page', true],
|
||||
['no', 'Norsk (Bokmål)', 'https://no.pronouns.page', true],
|
||||
|
|
Reference in New Issue