diff options
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 69c63cc714..8a3799ce58 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13070,6 +13070,18 @@ export interface Locale extends ILocale { */ "popularUsersLocal": ParameterizedString<"name">; /** + * Polls trending on {host} + */ + "pollsOnLocal": ParameterizedString<"host">; + /** + * Polls trending on the global network + */ + "pollsOnRemote": string; + /** + * Polls that have ended recently + */ + "pollsExpired": string; + /** * Silenced */ "silenced": string; |