From d9d0fe47fc7d475de31ebd0dd59cf2b1a2f39f5e Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Thu, 8 May 2025 01:19:50 +0900 Subject: [PATCH] update index.d.ts --- locales/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 281568a5fd..1a582e5ba3 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -9549,7 +9549,7 @@ export interface Locale extends ILocale { */ "excludeInactiveUsers": string; /** - * インポートした人による返信をTLに含むようにする + * 返信をTLに含むかの情報がファイルにない場合に、インポートした人による返信をTLに含むようにする */ "withReplies": string; };