Fixed Missing or Misconfigured Locale Keys (#37595)
* Fixes and adds many localization keys from #34343 Open * Fix comment, that is not how that works. * Update Resources/Locale/en-US/components/screen-component.ftl Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Fixes cmd-parse-failure-int -> cmd-parse-failure-integer in OptionsUIController.cs, removes cmd-parse-failure-int from options-menu.ftl --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
@@ -233,7 +233,7 @@ namespace Content.Server.RoundEnd
|
||||
}
|
||||
|
||||
_chatSystem.DispatchGlobalAnnouncement(Loc.GetString("round-end-system-shuttle-recalled-announcement"),
|
||||
Loc.GetString("Station"), false, colorOverride: Color.Gold);
|
||||
Loc.GetString("round-end-system-shuttle-sender-announcement"), false, colorOverride: Color.Gold);
|
||||
|
||||
_audio.PlayGlobal("/Audio/Announcements/shuttlerecalled.ogg", Filter.Broadcast(), true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user