diff options
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; |