From 535d316839f8dc3bddb9a473f07d980b0f974d7a Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Sat, 10 May 2025 21:39:25 -0400 Subject: add warning banner about word mute limitations --- locales/index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'locales') diff --git a/locales/index.d.ts b/locales/index.d.ts index df6efe0d6a..f062dfe6e3 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -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; -- cgit v1.2.3-freya