Implement emotes part 2

This commit is contained in:
Infi
2024-05-09 19:09:36 +02:00
parent 53cf79003b
commit b7286b8010
15 changed files with 328 additions and 17 deletions
+45
View File
@@ -1868,6 +1868,33 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Blocked emotes.
/// </summary>
internal static string Options_Emote_BlockedEmotes {
get {
return ResourceManager.GetString("Options_Emote_BlockedEmotes", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Emote.
/// </summary>
internal static string Options_Emote_EmoteTable {
get {
return ResourceManager.GetString("Options_Emote_EmoteTable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Emotes.
/// </summary>
internal static string Options_Emote_Tab {
get {
return ResourceManager.GetString("Options_Emote_Tab", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Extra glyphs can be added to {0}&apos;s global font by enabling the checkboxes below. This will likely require increasing Dalamud&apos;s font atlas size..
/// </summary>
@@ -2309,6 +2336,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Replaces words with their emote version, currently supports BetterTTV.
/// </summary>
internal static string Options_ShowEmotes_Desc {
get {
return ResourceManager.GetString("Options_ShowEmotes_Desc", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show emotes.
/// </summary>
internal static string Options_ShowEmotes_Name {
get {
return ResourceManager.GetString("Options_ShowEmotes_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show the Novice Network join button next to the settings button if logged in as a mentor..
/// </summary>