Fix cryo locale again (#32654)

* Fix cryo locale again

* yeep
This commit is contained in:
lzk
2024-10-08 11:50:54 +02:00
committed by GitHub
parent 38fd54a1bf
commit 33042b00d0
2 changed files with 3 additions and 2 deletions

View File

@@ -239,7 +239,7 @@ public sealed class CryostorageSystem : SharedCryostorageSystem
Loc.GetString(
"earlyleave-cryo-announcement",
("character", name),
("entity", ent.Owner),
("entity", ent.Owner), // gender things for supporting downstreams with other languages
("job", CultureInfo.CurrentCulture.TextInfo.ToTitleCase(jobName))
), Loc.GetString("earlyleave-cryo-sender"),
playDefaultSound: false