Localization of the title of the job (#30353)
This commit is contained in:
@@ -31,7 +31,7 @@ public sealed class CharacterInfoSystem : EntitySystem
|
|||||||
var entity = args.SenderSession.AttachedEntity.Value;
|
var entity = args.SenderSession.AttachedEntity.Value;
|
||||||
|
|
||||||
var objectives = new Dictionary<string, List<ObjectiveInfo>>();
|
var objectives = new Dictionary<string, List<ObjectiveInfo>>();
|
||||||
var jobTitle = "No Profession";
|
var jobTitle = Loc.GetString("character-info-no-profession");
|
||||||
string? briefing = null;
|
string? briefing = null;
|
||||||
if (_minds.TryGetMind(entity, out var mindId, out var mind))
|
if (_minds.TryGetMind(entity, out var mindId, out var mind))
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
character-info-title = Character
|
character-info-title = Character
|
||||||
character-info-roles-antagonist-text = Antagonist Roles
|
character-info-roles-antagonist-text = Antagonist Roles
|
||||||
character-info-objectives-label = Objectives
|
character-info-objectives-label = Objectives
|
||||||
|
character-info-no-profession = No Profession
|
||||||
|
|||||||
Reference in New Issue
Block a user