It works, Just figuring out some ts errors hopefully
This commit is contained in:
parent
be36a793cd
commit
11cb134d4d
7 changed files with 60 additions and 1 deletions
12
locales/index.d.ts
vendored
12
locales/index.d.ts
vendored
|
|
@ -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;
|
||||
/**
|
||||
* 見たことのあるブーストを省略して表示
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue