add warnForMissingAltText key to translation index
This commit is contained in:
Vendored
+4
@@ -2144,6 +2144,10 @@ export interface Locale extends ILocale {
|
|||||||
* 画像を新しいタブで開く
|
* 画像を新しいタブで開く
|
||||||
*/
|
*/
|
||||||
"openImageInNewTab": string;
|
"openImageInNewTab": string;
|
||||||
|
/**
|
||||||
|
* 代替テキストを入れ忘れたときに警告する
|
||||||
|
*/
|
||||||
|
"warnForMissingAltText": string;
|
||||||
/**
|
/**
|
||||||
* ダッシュボード
|
* ダッシュボード
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user