Skip to content

Commit

Permalink
Fix gender, maybe (space-wizards#33631)
Browse files Browse the repository at this point in the history
Co-authored-by: Alpha-Two <[email protected]>
  • Loading branch information
Alpha-Two and Alpha-Two authored Nov 29, 2024
1 parent b53c8ea commit 93bdd81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ humanoid-character-profile-summary =
This is {$name}. {$gender ->
[male] He is
[female] She is
*[other] They are
[epicene] They are
*[other] It is
} {$age} years old.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ humanoid-profile-editor-pronouns-label = Pronouns:
humanoid-profile-editor-pronouns-male-text = He / Him
humanoid-profile-editor-pronouns-female-text = She / Her
humanoid-profile-editor-pronouns-epicene-text = They / Them
humanoid-profile-editor-pronouns-neuter-text = It / It
humanoid-profile-editor-pronouns-neuter-text = It / Its
humanoid-profile-editor-import-button = Import
humanoid-profile-editor-export-button = Export
humanoid-profile-editor-export-image-button = Export image
Expand Down

0 comments on commit 93bdd81

Please sign in to comment.