diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-10 21:39:25 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-14 23:18:14 -0400 |
| commit | 535d316839f8dc3bddb9a473f07d980b0f974d7a (patch) | |
| tree | eb680186fa177864fdd289c4aac93c67f6b52b55 /locales | |
| parent | merge: Allow port ranges in allowedPrivateIps (!1025) (diff) | |
| download | sharkey-535d316839f8dc3bddb9a473f07d980b0f974d7a.tar.gz sharkey-535d316839f8dc3bddb9a473f07d980b0f974d7a.tar.bz2 sharkey-535d316839f8dc3bddb9a473f07d980b0f974d7a.zip | |
add warning banner about word mute limitations
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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; |