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; /** * ダッシュボード */