1
0

add new featured tab for "users popular locally"

This commit is contained in:
Hazelnoot
2025-05-09 22:33:08 -04:00
parent 2e4ec0dd9e
commit 81910cf725
5 changed files with 40 additions and 4 deletions
+8
View File
@@ -13049,6 +13049,14 @@ export interface Locale extends ILocale {
* Note: the bubble timeline is hidden by default, and must be enabled via roles.
*/
"bubbleTimelineMustBeEnabled": string;
/**
* Users popular on the global network
*/
"popularUsersGlobal": string;
/**
* Users popular on {host}
*/
"popularUsersLocal": ParameterizedString<"host">;
/**
* Translation timeout
*/