From ecd480fdee2443a00bd7e9d4dc9cc6d85208ae16 Mon Sep 17 00:00:00 2001 From: sleepyyapril <123355664+sleepyyapril@users.noreply.github.com> Date: Fri, 3 Jan 2025 23:54:45 -0400 Subject: [PATCH] Update humanoid-character-profile.ftl (#123) Fixes the pronouns in the character preview to not show they/them pronouns for characters that use it/its # Description This just adds another condition in the fluent file that controls the character preview text. Essentially, characters that use it/its pronouns will go from: "This is [character]. They are X years old." to "This is [character]. It is X years old." --- # TODO - [x] Probably test it, maybe. --- # Changelog :cl: Azzy - fix: Fixed they/them pronouns being displayed for it/its characters in the character preview. --- .../Locale/en-US/preferences/humanoid-character-profile.ftl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Locale/en-US/preferences/humanoid-character-profile.ftl b/Resources/Locale/en-US/preferences/humanoid-character-profile.ftl index 800da35ba52..9058f8d2b63 100644 --- a/Resources/Locale/en-US/preferences/humanoid-character-profile.ftl +++ b/Resources/Locale/en-US/preferences/humanoid-character-profile.ftl @@ -5,5 +5,6 @@ humanoid-character-profile-summary = This is {$name}. {$gender -> [male] He is [female] She is + [neuter] It is *[other] They are -} {$age} years old. \ No newline at end of file +} {$age} years old.