From eb3abf502394df75c0ece5aa801504324c38fcca Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 16 Aug 2024 12:29:09 +0100 Subject: [PATCH] add `warnForMissingAltText` key to 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 435fc9dc7f..0ba2fa96ab 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -2144,6 +2144,10 @@ export interface Locale extends ILocale { * 画像を新しいタブで開く */ "openImageInNewTab": string; + /** + * 代替テキストを入れ忘れたときに警告する + */ + "warnForMissingAltText": string; /** * ダッシュボード */