1
0

fix modlog and translations for "Mark as NSFW"

This commit is contained in:
Hazel K
2024-10-05 22:43:34 -04:00
parent 61124699da
commit 7dd296017b
7 changed files with 41 additions and 1 deletions
+12
View File
@@ -612,6 +612,10 @@ export interface Locale extends ILocale {
* NSFWとしてマークする
*/
"markAsNSFW": string;
/**
* Mark as NSFW
*/
"markInstanceAsNSFW": string;
/**
*
*/
@@ -9980,6 +9984,14 @@ export interface Locale extends ILocale {
*
*/
"unsuspendRemoteInstance": string;
/**
* Set remote instance as NSFW
*/
"setRemoteInstanceNSFW": string;
/**
* Set remote instance as NSFW
*/
"unsetRemoteInstanceNSFW": string;
/**
* Rejected reports from remote instance
*/