add `warnForMissingAltText` key to translation index

This commit is contained in:
dakkar 2024-08-16 12:29:09 +01:00
parent 994b6ef7d1
commit eb3abf5023
1 changed files with 4 additions and 0 deletions

4
locales/index.d.ts vendored
View File

@ -2144,6 +2144,10 @@ export interface Locale extends ILocale {
* *
*/ */
"openImageInNewTab": string; "openImageInNewTab": string;
/**
*
*/
"warnForMissingAltText": string;
/** /**
* *
*/ */