Merge branch 'develop' into feature/2024.10
This commit is contained in:
commit
6c13dc04f2
26 changed files with 849 additions and 366 deletions
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
|
|
@ -9759,6 +9759,10 @@ export interface Locale extends ILocale {
|
|||
* ロールタイムライン
|
||||
*/
|
||||
"roleTimeline": string;
|
||||
/**
|
||||
* Following
|
||||
*/
|
||||
"following": string;
|
||||
};
|
||||
};
|
||||
"_dialog": {
|
||||
|
|
@ -11504,6 +11508,10 @@ export interface Locale extends ILocale {
|
|||
* Remote followers may have incomplete or outdated activity
|
||||
*/
|
||||
"remoteFollowersWarning": string;
|
||||
/**
|
||||
* Select a follow relationship...
|
||||
*/
|
||||
"selectFollowRelationship": string;
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue