add configurable timeout for note translations
This commit is contained in:
Vendored
+8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user