Skip to content

Commit

Permalink
fix conjugate have in cryo locale string (#31993)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 committed Sep 19, 2024
1 parent bac7093 commit e490b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Content.Server/Bed/Cryostorage/CryostorageSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ public void HandleEnterCryostorage(Entity<CryostorageContainedComponent> ent, Ne
Loc.GetString(
"earlyleave-cryo-announcement",
("character", name),
("entity", ent.Owner),
("job", CultureInfo.CurrentCulture.TextInfo.ToTitleCase(jobName))
), Loc.GetString("earlyleave-cryo-sender"),
playDefaultSound: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
### Announcement

earlyleave-cryo-job-unknown = Unknown
earlyleave-cryo-announcement = {$character} ({$job}) has entered cryogenic storage!
earlyleave-cryo-announcement = {$character} ({$job}) { CONJUGATE-HAVE($entity) } entered cryogenic storage!
earlyleave-cryo-sender = Station

0 comments on commit e490b69

Please sign in to comment.