add following feed to the deck UI
This commit is contained in:
Vendored
+8
@@ -9661,6 +9661,10 @@ export interface Locale extends ILocale {
|
||||
* ロールタイムライン
|
||||
*/
|
||||
"roleTimeline": string;
|
||||
/**
|
||||
* Following
|
||||
*/
|
||||
"following": string;
|
||||
};
|
||||
};
|
||||
"_dialog": {
|
||||
@@ -11374,6 +11378,10 @@ export interface Locale extends ILocale {
|
||||
* Remote followers may have incomplete or outdated activity
|
||||
*/
|
||||
"remoteFollowersWarning": string;
|
||||
/**
|
||||
* Select a follow graph...
|
||||
*/
|
||||
"selectFollowingList": string;
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
||||
Reference in New Issue
Block a user