add configurable timeout for note translations
This commit is contained in:
parent
00cfeca3d7
commit
e7ee2cc398
9 changed files with 66 additions and 3 deletions
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue