-
-
Notifications
You must be signed in to change notification settings - Fork 953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pronouns #1248
Comments
@matthewmayer Is this specifically for |
Just pronouns. It's quite common on social media profiles, to have a specific field for pronouns. Instagram and LinkedIn have them for example. |
There are different variants of pronouns he vs him (er vs ihm) and I'm sure there are different names for them in every language. |
the common way in English to write this seems to be just subject pronoun / object pronoun. ie this would just be effectively:
|
Thank you for your feature proposal. We marked it as "waiting for user interest" for now to gather some feedback from our community:
We would also like to hear about other community members' use cases for the feature to give us a better understanding of their potential implicit or explicit requirements. We will start the implementation based on:
We do this because:
|
With the increase of profiles having a dedicated pronouns field, this would definitely be something worth to develop. I've had to fallback with a random selection for mocking my API for now. |
Clear and concise description of the problem
Many online services now allow users to specify their pronouns e.g.
https://slack.com/help/articles/1500011115781-Manage-pronoun-and-name-pronunciation-display-for-member-profiles
https://www.linkedin.com/business/talent/blog/talent-acquisition/pronouns-you-might-see-on-candidate-profiles
https://support.zoom.us/hc/en-us/articles/4402698027533-Adding-and-sharing-your-pronouns
For generating realistic fake profiles it would be useful to have a faker method to generate pronouns
Suggested solution
Add
faker.name.pronouns()
Although there are many neo-pronouns, a simple implementation could just be a random selection from
he/him
she/her
they/them
in English, and suitable localizations for other languages.
Alternative
You could just do this manually
Additional context
No response
The text was updated successfully, but these errors were encountered: