It works, Just figuring out some ts errors hopefully
This commit is contained in:
Vendored
+12
@@ -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;
|
||||
/**
|
||||
* 見たことのあるブーストを省略して表示
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user