summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-05-29 22:20:21 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-05-29 22:20:21 -0400
commit979c7628b1d2b21bd9dd9d13ec0110bde883f074 (patch)
treeece2afb731c98725b8bfaa8f6eb123ef7a7d688e /locales
parentimplement SkBadgeStrip (diff)
downloadsharkey-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.ts28
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;