config/locales/genderize.en.yml in genderize-0.0.8 vs config/locales/genderize.en.yml in genderize-0.1.0
- old
+ new
@@ -1,28 +1,33 @@
en:
genderize:
name:
masculine: "male"
feminine: "female"
+ non_binary: "non_binary"
blank: ""
# pronouns
subject:
masculine: 'he'
feminine: 'she'
+ non_binary: they
blank: "they"
object:
masculine: 'him'
feminine: 'her'
+ non_binary: them
blank: "them"
possessive:
masculine: 'his'
feminine: 'her'
+ non_binary: their
blank: "their"
# Other forms
casual:
masculine: guy
feminine: girl
+ non_binary: person
blank: person
\ No newline at end of file