1
0

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
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;
/**
* 見たことのあるブーストを省略して表示
*/