basementdevs / twitch-better-profile

Twitch Better Profile - A new way to first interact with users on Twitch.
55 stars 14 forks source link

chore: more pronouns at listing #28

Closed DanielHe4rt closed 2 months ago

DanielHe4rt commented 2 months ago

Currently we only have 3 pronouns and a "none" option that can be written as a simple dash "(-)".

We should introduce a couple more pronouns and the translations as well. Here's a list (which can be discussable):

[
      {
        "display": "He/Him",
        "name": "hehim"
      },
      {
        "display": "She/Her",
        "name": "sheher"
      },
      {
        "display": "They/Them",
        "name": "theythem"
      },
      {
        "display": "She/They",
        "name": "shethem"
      },
      {
        "display": "He/They",
        "name": "hethem"
      },
      {
        "display": "He/She",
        "name": "heshe"
      },
      {
        "display": "Xe/Xem",
        "name": "xexem"
      },
      {
        "display": "Fae/Faer",
        "name": "faefaer"
      },
      {
        "display": "Ve/Ver",
        "name": "vever"
      },
      {
        "display": "Ae/Aer",
        "name": "aeaer"
      },
      {
        "display": "Zie/Hir",
        "name": "ziehir"
      },
      {
        "display": "Per/Per",
        "name": "perper"
      },
      {
        "display": "E/Em",
        "name": "eem"
      },
      {
        "display": "It/Its",
        "name": "itits"
      }
    ]