add new featured tab for "users popular locally"
This commit is contained in:
Vendored
+8
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user