Implement sounds on interaction

This commit is contained in:
Infi
2024-04-16 00:36:30 +02:00
parent 230e63033d
commit 30ccf8e416
6 changed files with 61 additions and 5 deletions
+18
View File
@@ -2183,6 +2183,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Play sounds on interaction..
/// </summary>
internal static string Options_PlaySounds_Description {
get {
return ResourceManager.GetString("Options_PlaySounds_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Play sounds.
/// </summary>
internal static string Options_PlaySounds_Name {
get {
return ResourceManager.GetString("Options_PlaySounds_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Display messages in a more modern style..
/// </summary>
+6
View File
@@ -988,4 +988,10 @@
<data name="Options_OverrideStyle_NotAvailable" xml:space="preserve">
<value>No dalamud styles available</value>
</data>
<data name="Options_PlaySounds_Name" xml:space="preserve">
<value>Play sounds</value>
</data>
<data name="Options_PlaySounds_Description" xml:space="preserve">
<value>Play sounds on interaction.</value>
</data>
</root>