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:
@@ -26,7 +26,7 @@ public sealed class OptionsUIController : UIController
|
||||
|
||||
if (!int.TryParse(args[0], out var tab))
|
||||
{
|
||||
shell.WriteError(Loc.GetString("cmd-parse-failure-int", ("arg", args[0])));
|
||||
shell.WriteError(Loc.GetString("cmd-parse-failure-integer", ("arg", args[0])));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user