forked from zuriby/Faker.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[api] Added 71 additional gender options
* Adds new gender options for `en` locality * Updates example page to use gender * Still needs translations for other locales
- Loading branch information
Showing
5 changed files
with
95 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
module["exports"] = [ | ||
"Asexual", | ||
"Female to male trans man", | ||
"Female to male transgender man", | ||
"Female to male transsexual man", | ||
"F2M", | ||
"Gender neutral", | ||
"Hermaphrodite", | ||
"Intersex man", | ||
"Intersex person", | ||
"Intersex woman", | ||
"Male to female trans woman", | ||
"Male to female transgender woman", | ||
"Male to female transsexual woman", | ||
"Man", | ||
"M2F", | ||
"Polygender", | ||
"T* man", | ||
"T* woman", | ||
"Two* person", | ||
"Two-spirit person", | ||
"Woman", | ||
"Agender", | ||
"Androgyne", | ||
"Androgynes", | ||
"Androgynous", | ||
"Bigender", | ||
"Cis", | ||
"Cis Female", | ||
"Cis Male", | ||
"Cis Man", | ||
"Cis Woman", | ||
"Cisgender", | ||
"Cisgender Female", | ||
"Cisgender Male", | ||
"Cisgender Man", | ||
"Cisgender Woman", | ||
"Female to Male", | ||
"FTM", | ||
"Gender Fluid", | ||
"Gender Nonconforming", | ||
"Gender Questioning", | ||
"Gender Variant", | ||
"Genderqueer", | ||
"Intersex", | ||
"Male to Female", | ||
"MTF", | ||
"Neither", | ||
"Neutrois", | ||
"Non-binary", | ||
"Other", | ||
"Pangender", | ||
"Trans", | ||
"Trans Female", | ||
"Trans Male", | ||
"Trans Man", | ||
"Trans Person", | ||
"Trans*Female", | ||
"Trans*Male", | ||
"Trans*Man", | ||
"Trans*Person", | ||
"Trans*Woman", | ||
"Transexual", | ||
"Transexual Female", | ||
"Transexual Male", | ||
"Transexual Man", | ||
"Transexual Person", | ||
"Transexual Woman", | ||
"Transgender Female", | ||
"Transgender Person", | ||
"Transmasculine", | ||
"Two-spirit" | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters