From 6d8aa60cd82dc65f7463b0f33738be9d4e7f2123 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 10 Jul 2025 16:12:21 +0100 Subject: [PATCH] update translation index --- locales/index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/locales/index.d.ts b/locales/index.d.ts index d126174ebb..f1626a3212 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13346,6 +13346,10 @@ export interface Locale extends ILocale { * Don't delete files used as avatars&c */ "keepFilesInUse": string; + /** + * this option requires more complicated database queries, you may need to increase the value of db.extra.statement_timeout in the configuration file + */ + "keepFilesInUseDescription": string; }; } declare const locales: {