diff options
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index bd0d718c13..55beb291bb 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13082,6 +13082,14 @@ export interface Locale extends ILocale { */ "pollsExpired": string; /** + * Trending polls are disabled on this instance. + */ + "trendingPollsDisabled": string; + /** + * Please log in to view trending polls. + */ + "trendingPollsDisabledLogIn": string; + /** * Silenced */ "silenced": string; |