diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 13:43:41 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-14 23:18:48 -0400 |
| commit | c47a6937e55ea1faeda4a0f7af3beadbdf02b67f (patch) | |
| tree | f416a07586b6dafa442a89c30e65c87920b7688d /locales | |
| parent | add warning banner about word mute limitations (diff) | |
| download | sharkey-c47a6937e55ea1faeda4a0f7af3beadbdf02b67f.tar.gz sharkey-c47a6937e55ea1faeda4a0f7af3beadbdf02b67f.tar.bz2 sharkey-c47a6937e55ea1faeda4a0f7af3beadbdf02b67f.zip | |
clarify word mute warning
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index f062dfe6e3..89426a52f0 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13034,6 +13034,10 @@ export interface Locale extends ILocale { */ "wordMuteTestNoMatch": string; /** + * All word mutes are *case-sensitive* and match on any substring, including part of a longer word or name. You can use regular expressions for more precise control. + */ + "wordMuteWarning": string; + /** * Bubble timeline */ "bubbleTimeline": string; @@ -13053,10 +13057,6 @@ 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; |