Table of Contents

Class LinkCommandTranslations

Namespace
Uncreated.Warfare.Commands
Assembly
Uncreated.Warfare.dll
public sealed class LinkCommandTranslations : PropertiesTranslationCollection
Inheritance
LinkCommandTranslations
Inherited Members

Fields

CopyTokenPopup

[TranslationData("Sent on the vanilla open URL popup.", new string?[] { "The linking token" })]
public readonly Translation<string> CopyTokenPopup

Field Value

Translation<string>
[TranslationData("Sent when a player starts linking their Discord and Steam accounts and will have to complete the link in Discord.", new string?[] { "The linking token" })]
public readonly Translation<string> StartedLink

Field Value

Translation<string>

SuccessfullyLinked

[TranslationData("Sent when a player link their Discord and Steam accounts using a token.", new string?[] { "Discord ID", "Steam64 ID" })]
public readonly Translation<ulong> SuccessfullyLinked

Field Value

Translation<ulong>

TokenNotRecognized

[TranslationData("Sent when a player tries to link their Discord and Steam accounts but uses an unknown token.", new string?[] { "The linking token" })]
public readonly Translation<string> TokenNotRecognized

Field Value

Translation<string>

Properties

FileName

Name of the translation file without an extension.

protected override string FileName { get; }

Property Value

string