feat: add command help

This commit is contained in:
Anna
2022-02-07 00:50:30 -05:00
parent c034e66354
commit 956b1daaad
7 changed files with 187 additions and 9 deletions
+45
View File
@@ -222,6 +222,33 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Left.
/// </summary>
internal static string CommandHelpSide_Left {
get {
return ResourceManager.GetString("CommandHelpSide_Left", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to None.
/// </summary>
internal static string CommandHelpSide_None {
get {
return ResourceManager.GetString("CommandHelpSide_None", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Right.
/// </summary>
internal static string CommandHelpSide_Right {
get {
return ResourceManager.GetString("CommandHelpSide_Right", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Click the button to the left to see what&apos;s being worked on and what&apos;s next..
/// </summary>
@@ -312,6 +339,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to The side of Chat 2 to display help for commands on..
/// </summary>
internal static string Options_CommandHelpSide_Description {
get {
return ResourceManager.GetString("Options_CommandHelpSide_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Command help side.
/// </summary>
internal static string Options_CommandHelpSide_Name {
get {
return ResourceManager.GetString("Options_CommandHelpSide_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Display.
/// </summary>
+15
View File
@@ -386,4 +386,19 @@
<data name="Options_About_Translators" xml:space="preserve">
<value>Translators</value>
</data>
<data name="CommandHelpSide_None" xml:space="preserve">
<value>None</value>
</data>
<data name="CommandHelpSide_Left" xml:space="preserve">
<value>Left</value>
</data>
<data name="CommandHelpSide_Right" xml:space="preserve">
<value>Right</value>
</data>
<data name="Options_CommandHelpSide_Name" xml:space="preserve">
<value>Command help side</value>
</data>
<data name="Options_CommandHelpSide_Description" xml:space="preserve">
<value>The side of Chat 2 to display help for commands on.</value>
</data>
</root>