add warnForMissingAltText
key to translation index
This commit is contained in:
parent
994b6ef7d1
commit
eb3abf5023
1 changed files with 4 additions and 0 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
@ -2144,6 +2144,10 @@ export interface Locale extends ILocale {
|
|||
* 画像を新しいタブで開く
|
||||
*/
|
||||
"openImageInNewTab": string;
|
||||
/**
|
||||
* 代替テキストを入れ忘れたときに警告する
|
||||
*/
|
||||
"warnForMissingAltText": string;
|
||||
/**
|
||||
* ダッシュボード
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue