1
0

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:
Marie
2024-02-20 04:45:31 +00:00
7 changed files with 50 additions and 1 deletions
+12
View File
@@ -4225,6 +4225,18 @@ export interface Locale extends ILocale {
* このまま投稿
*/
"thisPostMayBeAnnoyingIgnore": string;
/**
* やめる
*/
"thisPostIsMissingAltTextCancel": string;
/**
* このまま投稿
*/
"thisPostIsMissingAltTextIgnore": string;
/**
* この投稿に添付されたファイルの 1 つに代替テキストがありません。すべての添付ファイルに代替テキストが含まれていることを確認してください。
*/
"thisPostIsMissingAltText": string;
/**
* 見たことのあるブーストを省略して表示
*/