It works, Just figuring out some ts errors hopefully

This commit is contained in:
KevinWh0 2024-02-16 21:53:27 +01:00
parent be36a793cd
commit 11cb134d4d
7 changed files with 60 additions and 1 deletions

12
locales/index.d.ts vendored
View file

@ -4221,6 +4221,18 @@ export interface Locale extends ILocale {
* 稿
*/
"thisPostMayBeAnnoyingIgnore": string;
/**
* Cancel
*/
"thisPostIsMissingAltTextCancel": string;
/**
* Post anyway
*/
"thisPostIsMissingAltTextIgnore": string;
/**
* One of the files attached to this post is missing alt text. Please ensure all the attachments have alt text.
*/
"thisPostIsMissingAltText": string;
/**
*
*/