diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-29 22:20:21 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-29 22:20:21 -0400 |
| commit | 979c7628b1d2b21bd9dd9d13ec0110bde883f074 (patch) | |
| tree | ece2afb731c98725b8bfaa8f6eb123ef7a7d688e /locales | |
| parent | implement SkBadgeStrip (diff) | |
| download | sharkey-979c7628b1d2b21bd9dd9d13ec0110bde883f074.tar.gz sharkey-979c7628b1d2b21bd9dd9d13ec0110bde883f074.tar.bz2 sharkey-979c7628b1d2b21bd9dd9d13ec0110bde883f074.zip | |
disable status badge strip in admin-user and instance-info
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 2392d51c45..2f3bc664ff 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13146,9 +13146,37 @@ export interface Locale extends ILocale { */ "lastPosted": ParameterizedString<"at">; /** + * NSFW + */ + "nsfw": string; + /** * Raw */ "raw": string; + /** + * CW + */ + "cw": string; + /** + * Media Silenced + */ + "mediaSilenced": string; + /** + * Bubble + */ + "bubble": string; + /** + * Verified + */ + "verified": string; + /** + * Not Verified + */ + "notVerified": string; + /** + * Hibernated + */ + "hibernated": string; } declare const locales: { [lang: string]: Locale; |