diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-02-12 14:54:18 -0500 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-02-16 19:20:41 -0500 |
| commit | c32bde739ea99e3c108946e55f29fca2a492f87c (patch) | |
| tree | c2178aeec7155016c17d5f6728219e93a3c39c89 | |
| parent | append mandatory CW in note previews (diff) | |
| download | sharkey-c32bde739ea99e3c108946e55f29fca2a492f87c.tar.gz sharkey-c32bde739ea99e3c108946e55f29fca2a492f87c.tar.bz2 sharkey-c32bde739ea99e3c108946e55f29fca2a492f87c.zip | |
add translation entry for "write:admin:cw-user"
| -rw-r--r-- | locales/index.d.ts | 4 | ||||
| -rw-r--r-- | sharkey-locales/en-US.yml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 5b7df00f93..bf49869bf8 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -8555,6 +8555,10 @@ export interface Locale extends ILocale { */ "write:admin:unnsfw-user": string; /** + * Apply mandatory CW on users + */ + "write:admin:cw-user": string; + /** * Silence users */ "write:admin:silence-user": string; diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index 84dd527694..af2db91286 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -438,6 +438,7 @@ _permissions: "write:admin:decline-user": "Decline new users" "write:admin:nsfw-user": "Mark users as NSFW" "write:admin:unnsfw-user": "Mark users an not NSFW" + "write:admin:cw-user": "Apply mandatory CW on users" "write:admin:silence-user": "Silence users" "write:admin:unsilence-user": "Un-silence users" "read:notes-schedule": "View your list of scheduled notes" |