merge: Warn when missing alt text (!423)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/423 Approved-by: Amelia Yukii <amelia.yukii@shourai.de> Approved-by: Marie <marie@kaifa.ch>
This commit is contained in:
Vendored
+12
@@ -4225,6 +4225,18 @@ export interface Locale extends ILocale {
|
||||
* このまま投稿
|
||||
*/
|
||||
"thisPostMayBeAnnoyingIgnore": string;
|
||||
/**
|
||||
* やめる
|
||||
*/
|
||||
"thisPostIsMissingAltTextCancel": string;
|
||||
/**
|
||||
* このまま投稿
|
||||
*/
|
||||
"thisPostIsMissingAltTextIgnore": string;
|
||||
/**
|
||||
* この投稿に添付されたファイルの 1 つに代替テキストがありません。すべての添付ファイルに代替テキストが含まれていることを確認してください。
|
||||
*/
|
||||
"thisPostIsMissingAltText": string;
|
||||
/**
|
||||
* 見たことのあるブーストを省略して表示
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user