This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Zaimki/locale/en/config.suml

327 lines
11 KiB
Plaintext
Raw Normal View History

2020-09-29 06:36:49 -07:00
locale: 'en'
2020-10-28 08:22:29 -07:00
header: true
pronouns:
2020-10-28 08:22:29 -07:00
enabled: true
2021-08-06 04:30:58 -07:00
route: 'pronouns'
2020-09-29 06:36:49 -07:00
default: 'he'
2020-11-15 07:10:03 -08:00
any: 'any'
plurals: true
honorifics: false
2020-11-15 05:13:14 -08:00
multiple:
name: 'Interchangeable forms'
2021-01-21 09:31:55 -08:00
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.
2020-11-15 05:13:14 -08:00
examples: ['he&she', 'he&they', 'she&they']
null:
2021-09-28 12:34:25 -07:00
description: >
{/avoiding=Avoiding gendered forms} / {/no-pronouns=no pronouns} / {/null=null pronouns} /
{/pronounless=pronounless} / {/nullpronominal=nullpronominal} / {/nameself=nameself}
2021-05-12 13:41:01 -07:00
history: >
Some people prefer not using any pronouns, instead being referred by name, initial,
2021-09-28 12:34:25 -07:00
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}
2020-11-15 05:13:14 -08:00
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.'
2021-09-28 12:34:25 -07:00
routes: ['avoiding', 'no-pronouns', 'null', 'pronounless', 'nullpronominal', 'nameself']
ideas:
-
header: 'Use names or initials instead of pronouns'
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'
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)'
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'
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'
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.']
2020-11-15 05:13:14 -08:00
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.'
2020-12-03 06:38:58 -08:00
slashes: true
2020-11-15 05:13:14 -08:00
others: 'Other pronouns'
2020-09-29 06:36:49 -07:00
2020-11-28 07:52:48 -08:00
pronunciation:
enabled: true
voices:
GB:
language: 'en-GB'
voice: 'Emma'
engine: 'neural'
2020-11-28 07:52:48 -08:00
2020-09-29 06:36:49 -07:00
sources:
enabled: true
route: 'sources'
2020-10-31 06:54:56 -07:00
submit: true
mergePronouns:
they/them/themself: 'they'
extraTypes: ['avoiding', 'nounself']
2020-09-29 06:36:49 -07:00
nouns:
2020-10-31 04:29:34 -07:00
enabled: true
2020-11-16 13:22:04 -08:00
route: 'dictionary'
2020-10-31 04:29:34 -07:00
collapsable: false
2020-11-12 12:43:55 -08:00
plurals: true
pluralsRequired: false
2020-10-31 05:10:25 -07:00
declension: false
submit: true
2020-11-12 12:21:53 -08:00
templates: true
2021-08-23 13:45:57 -07:00
inclusive:
enabled: false
terminology:
enabled: true
categories:
- 'sexual orientation'
- 'romantic orientation'
- 'tertiary orientation'
- 'gender'
- 'gender expression'
- 'relationship model'
- 'language'
- 'attraction'
- 'politics'
- 'prejudice'
2021-08-28 16:08:42 -07:00
route: 'terminology'
2020-09-29 06:36:49 -07:00
2020-09-29 08:59:23 -07:00
names:
enabled: false
2020-09-29 10:11:46 -07:00
people:
enabled: false
english:
enabled: false
2020-10-10 09:31:31 -07:00
faq:
2020-10-31 04:29:34 -07:00
enabled: true
2020-10-10 09:31:31 -07:00
route: 'faq'
2020-09-29 06:36:49 -07:00
links:
enabled: true
2021-05-14 07:05:22 -07:00
split: false
2020-09-29 06:36:49 -07:00
route: 'links'
2020-11-13 13:57:23 -08:00
blogRoute: 'blog'
2020-09-29 06:36:49 -07:00
links:
-
icon: 'globe-europe'
url: 'https://pronoun.is/'
headline: 'Pronoun.is'
extra: ' inspiration for this website.'
2020-12-04 13:53:59 -08:00
-
icon: 'chart-pie'
url: 'https://gendercensus.com/'
headline: 'Gender Census'
extra: ' annual survey about the language used by nonbinary people'
2020-09-29 06:36:49 -07:00
-
icon: 'comment-alt-edit'
url: 'https://avris.it/blog/why-everyone-should-have-pronouns-in-their-bio'
headline: 'Why all cis allies should have pronouns in their bio'
2020-11-12 12:21:53 -08:00
-
icon: 'book-open'
url: 'https://www.merriam-webster.com/words-at-play/singular-nonbinary-they'
headline: 'Merriam Webster on the singular “they” as a nonbinary pronoun'
2020-11-18 01:55:29 -08:00
-
icon: 'book-open'
url: 'https://apastyle.apa.org/style-grammar-guidelines/grammar/singular-they'
headline: 'Style and grammar guidelines regarding singular “they”'
extra: ' American Psychological Association'
2020-12-03 10:42:55 -08:00
-
icon: 'book-open'
url: 'https://apastyle.apa.org/blog/singular-they'
headline: 'Welcome, singular “they”'
extra: ' American Psychological Association'
-
icon: 'trophy'
url: 'https://www.americandialect.org/2015-word-of-the-year-is-singular-they'
headline: '2015 Word of the Year is singular “they”'
extra: ' American Dialect Society'
-
icon: 'trophy'
url: 'https://www.americandialect.org/2019-word-of-the-year-is-my-pronouns-word-of-the-decade-is-singular-they'
headline: '2019 Word of the Year is “(My) Pronouns,” Word of the Decade is Singular “They”'
extra: ' American Dialect Society'
2020-12-04 13:53:59 -08:00
-
icon: 'play-circle'
url: 'https://www.youtube.com/watch?v=46ehrFk-gLk'
headline: 'Gender Neutral Pronouns: They''re Here, Get Used To Them'
extra: ' Tom Scott'
-
icon: 'book-open'
url: 'https://blogs.illinois.edu/view/25/677177'
headline: 'A Brief History of Singular “they”'
extra: ' Dennis Baron'
2020-11-12 12:21:53 -08:00
-
icon: 'wikipedia-w'
iconSet: 'b'
url: 'https://lgbta.wikia.org/wiki/Neopronouns'
headline: 'LGBTA Wiki on Neopronouns'
2020-11-13 07:46:39 -08:00
-
icon: 'book-open'
url: 'https://scholar.google.com/scholar?hl=en&q=neopronouns'
headline: 'Academic papers on neopronouns'
2020-11-13 07:56:18 -08:00
-
icon: 'newspaper'
url: 'https://www.nytimes.com/2020/01/21/books/review/whats-your-pronoun-dennis-baron.html'
headline: 'Englishs Pronoun Problem Is Centuries Old'
extra: ' The New York Times'
2020-11-15 07:16:18 -08:00
-
2020-12-04 13:53:59 -08:00
icon: 'user-edit'
url: 'http://faculty.las.illinois.edu/debaron/'
headline: 'Dennis Baron'
extra: ' author of “What''s your pronoun?”, has been researching gender-neutrality for some 40 years now'
-
icon: 'book-open'
url: 'https://ojs.lib.uwo.ca/index.php/wpl_clw/article/download/966/456'
headline: 'Bucking the Linguistic Binary: Gender Neutral Language in English, Swedish, French, and German'
extra: ' Levi C. R. Hord'
2020-11-27 09:51:47 -08:00
-
icon: 'twitch'
iconSet: 'b'
url: 'https://pronouns.alejo.io/'
headline: 'Display pronouns in Twitch Chat'
2021-05-14 07:05:22 -07:00
academic: []
mediaGuests: []
mediaMentions: []
2020-11-25 16:01:58 -08:00
socials:
-
icon: 'twitter'
iconSet: 'b'
url: 'https://twitter.com/PronounsPage'
headline: '@PronounsPage'
2021-09-16 05:19:24 -07:00
-
icon: 'twitter'
iconSet: 'b'
url: 'https://twitter.com/CalendarQueer'
headline: '@CalendarQueer'
2021-08-03 10:50:22 -07:00
recommended:
-
icon: 'cogs'
url: 'https://omg.lol/'
headline: 'OMG.LOL'
extra: ' domain name provider that uses Pronouns.Page API in user profiles'
-
icon: 'cogs'
url: 'https://oengus.io/'
headline: 'Oengus.io'
extra: ' uses Pronouns.Page API in user profiles'
2021-08-19 11:12:13 -07:00
blog: true
2021-05-14 07:05:22 -07:00
2020-09-29 06:36:49 -07:00
contact:
enabled: true
route: 'contact'
2020-10-28 06:18:24 -07:00
contacts:
-
icon: 'envelope'
url: 'mailto:contact@pronouns.page'
headline: 'contact@pronouns.page'
2021-01-12 11:06:59 -08:00
team:
enabled: true
route: 'team'
2020-10-13 12:49:08 -07:00
2020-10-28 06:18:24 -07:00
support:
enabled: true
2021-09-08 13:57:31 -07:00
links: []
2020-10-28 06:18:24 -07:00
2020-10-13 12:49:08 -07:00
user:
enabled: true
route: 'account'
2020-10-27 00:52:11 -07:00
termsRoute: 'terms'
2020-10-28 08:22:29 -07:00
profile:
enabled: true
editorEnabled: true
defaultWords:
2020-11-25 16:01:58 -08:00
-
2020-12-04 15:28:11 -08:00
- '[no honorific]'
2020-11-25 16:01:58 -08:00
- 'mx.'
- 'mr.'
2020-12-03 23:44:53 -08:00
- 'ms.'
2020-11-25 16:01:58 -08:00
- 'sir'
- 'ma''am'
- 'madam'
2020-12-03 12:50:12 -08:00
- 'sai'
2020-12-04 13:58:35 -08:00
- 'mir'
2020-11-25 16:01:58 -08:00
- 'shazam'
- 'zam'
2020-12-04 13:58:35 -08:00
- 'comrade'
- ['person', 'man', 'woman', 'lady', 'dude', 'boy', 'girl', 'buddy', 'pal', 'bro', 'sis', 'sib']
2020-12-04 15:28:11 -08:00
- ['pretty', 'handsome', 'cute', 'hot', 'sexy']
2020-12-04 14:04:02 -08:00
- ['friend', 'partner', 'boyfriend', 'girlfriend', 'joyfriend', 'husband', 'wife', 'kissmate', 'darling', 'beloved', 'boo']
2020-12-08 14:14:40 -08:00
flags:
defaultPronoun: 'they'
2021-08-14 01:42:49 -07:00
calendar:
2021-09-14 05:12:17 -07:00
enabled: true
2021-08-14 01:42:49 -07:00
route: 'calendar'
2020-12-21 04:45:00 -08:00
census:
enabled: false
redirects:
- { from: '^/blog/neutral-language-council$', to: '/team' }
api:
examples:
pronouns_all: ['/api/pronouns']
pronouns_one:
- '/api/pronouns/she/her'
- '/api/pronouns/she/her?examples[]=Did%20you%20ask%20%7Bpronoun_object%7D%20to%20join%20us%3F'
2021-05-21 09:39:14 -07:00
pronouns_banner: ['/api/banner/they.png']
sources_all: ['/api/sources']
2021-05-21 09:39:14 -07:00
sources_one: ['/api/sources/01ERQRCV0V4QVMNKCENF724A08']
nouns_all: ['/api/nouns']
nouns_search: ['/api/nouns/search/person']
2021-05-21 09:39:14 -07:00
inclusive_all: ['/api/inclusive']
inclusive_search: ['/api/inclusive/search/retard']
terms_all: ['/api/terms']
terms_search: ['/api/terms/search/agender']
profile_get: ['/api/profile/get/andrea']