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:
TrixxedHeart
2025-05-20 06:07:52 -05:00
committed by GitHub
parent 0d4f9640b5
commit b682da9d9c
10 changed files with 12 additions and 5 deletions

View File

@@ -128,7 +128,7 @@ public sealed partial class SalvageSystem
{
var component = expedition.Comp;
component.NextOffer = _timing.CurTime + TimeSpan.FromSeconds(_cooldown);
Announce(uid, Loc.GetString("salvage-expedition-mission-completed"));
Announce(uid, Loc.GetString("salvage-expedition-completed"));
component.ActiveMission = 0;
component.Cooldown = true;
UpdateConsoles(expedition);