disable status badge strip in admin-user and instance-info
This commit is contained in:
parent
f303cb1171
commit
979c7628b1
9 changed files with 211 additions and 9 deletions
28
locales/index.d.ts
vendored
28
locales/index.d.ts
vendored
|
|
@ -13145,10 +13145,38 @@ export interface Locale extends ILocale {
|
|||
* Last posted: {at}
|
||||
*/
|
||||
"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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue