diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 00:23:59 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 21:48:21 -0400 |
| commit | e7ee2cc398dd1bf9d04c30ebacff85c113714d15 (patch) | |
| tree | 36ccce4f4ed2c783a5492ca8c4354bba559fe47d /locales/index.d.ts | |
| parent | merge: Add "is from local bubble instance" role condition (!1011) (diff) | |
| download | sharkey-e7ee2cc398dd1bf9d04c30ebacff85c113714d15.tar.gz sharkey-e7ee2cc398dd1bf9d04c30ebacff85c113714d15.tar.bz2 sharkey-e7ee2cc398dd1bf9d04c30ebacff85c113714d15.zip | |
add configurable timeout for note translations
Diffstat (limited to 'locales/index.d.ts')
| -rw-r--r-- | locales/index.d.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 59637f0bcf..e40f67a495 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13045,6 +13045,14 @@ export interface Locale extends ILocale { * Note: the bubble timeline is hidden by default, and must be enabled via roles. */ "bubbleTimelineMustBeEnabled": string; + /** + * Translation timeout + */ + "translationTimeoutLabel": string; + /** + * Timeout in milliseconds for translation API requests (default 5000) + */ + "translationTimeoutCaption": string; } declare const locales: { [lang: string]: Locale; |