Option to hide chat in battle

This commit is contained in:
Infi
2024-05-11 01:11:53 +02:00
parent 57f8546372
commit 5d6acf7d08
5 changed files with 40 additions and 1 deletions
+18
View File
@@ -2021,6 +2021,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Hide the chat during battles..
/// </summary>
internal static string Options_HideInBattle_Description {
get {
return ResourceManager.GetString("Options_HideInBattle_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hide during battle.
/// </summary>
internal static string Options_HideInBattle_Name {
get {
return ResourceManager.GetString("Options_HideInBattle_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hide {0} during loading screens..
/// </summary>
+6
View File
@@ -1033,4 +1033,10 @@
<data name="Options_Emote_EmoteTable" xml:space="preserve">
<value>Emote</value>
</data>
<data name="Options_HideInBattle_Name" xml:space="preserve">
<value>Hide during battle</value>
</data>
<data name="Options_HideInBattle_Description" xml:space="preserve">
<value>Hide the chat during battles.</value>
</data>
</root>