add warnForMissingAltText key to translation index

This commit is contained in:
dakkar 2024-08-16 12:29:09 +01:00
parent 994b6ef7d1
commit eb3abf5023

4
locales/index.d.ts vendored
View file

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