1
0

add warning banner about word mute limitations

This commit is contained in:
Hazelnoot
2025-05-10 21:39:25 -04:00
parent 1a9f8f782a
commit 535d316839
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -13053,6 +13053,10 @@ export interface Locale extends ILocale {
* Timeout in milliseconds for translation API requests.
*/
"translationTimeoutCaption": string;
/**
* Except for regular expressions, all word mutes are *case-sensitive* and match on any substring, including part of a longer word or name.
*/
"wordMuteWarning": string;
}
declare const locales: {
[lang: string]: Locale;