From a7964f624271d65538fb594af80f17ae0ea5fd7d Mon Sep 17 00:00:00 2001 From: tai-cha Date: Wed, 8 Jan 2025 15:02:36 +0900 Subject: [PATCH] Fix: language file --- locales/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/index.d.ts b/locales/index.d.ts index 57a646e379..672e8683c5 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -2766,6 +2766,7 @@ export interface Locale extends ILocale { * ミュートされたワードを表示 */ "showMutedWord": string; + /** * 指定した語句を含むノートを隠します。ワードミュートとは異なり、ノートは完全に表示されなくなります。 */ "hardWordMuteDescription": string;