Fix some locale strings and make some code for them looks better (#32003)

* Fix a lot locale strings

add functions using
fix identity for meat spike and creaming

* comma

* fixes for fixes

* yeah

* fuck
This commit is contained in:
lzk
2025-04-21 22:15:20 +02:00
committed by GitHub
parent ded94ebc3d
commit 9e39f99a92
9 changed files with 47 additions and 21 deletions

View File

@@ -381,7 +381,8 @@ namespace Content.Shared.Cuffs
_popup.PopupClient(Loc.GetString("handcuff-component-cuff-interrupt-message",
("targetName", Identity.Name(target, EntityManager, user))), user, user);
_popup.PopupClient(Loc.GetString("handcuff-component-cuff-interrupt-other-message",
("otherName", Identity.Name(user, EntityManager, target))), target, target);
("otherName", Identity.Name(user, EntityManager, target)),
("otherEnt", user)), target, target);
}
}
}