1
0

add following feed to the deck UI

This commit is contained in:
Hazelnoot
2024-11-02 11:31:43 -04:00
parent 2b0a622875
commit 83472dbd82
5 changed files with 140 additions and 0 deletions
+8
View File
@@ -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;