diff options
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index f7944c2311..d4c8eb6ca2 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13137,6 +13137,54 @@ export interface Locale extends ILocale { * Timeout in milliseconds for translation API requests. */ "translationTimeoutCaption": string; + /** + * Following (Pub) + */ + "followingPub": string; + /** + * Followers (Sub) + */ + "followersSub": string; + /** + * Well-known resources + */ + "wellKnownResources": string; + /** + * 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; |