Localize radio channel names (#9256)

* Add localized channel names

* Full names
This commit is contained in:
Morber
2022-06-29 06:27:19 +03:00
committed by GitHub
parent 75a7d8e794
commit c3a164b906
6 changed files with 26 additions and 13 deletions

View File

@@ -29,7 +29,7 @@ namespace Content.Server.Headset
args.PushMarkup(Loc.GetString("examine-headset-channel",
("color", proto.Color),
("key", proto.KeyCode),
("id", proto.Name),
("id", proto.LocalizedName),
("freq", proto.Frequency)));
}