Merge branch 'develop' into upstream/2025.5.0
This commit is contained in:
commit
886160bdec
52 changed files with 1519 additions and 630 deletions
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
|
|
@ -12986,6 +12986,10 @@ export interface Locale extends ILocale {
|
|||
* Unable to process quote. This post may be missing context.
|
||||
*/
|
||||
"quoteUnavailable": string;
|
||||
/**
|
||||
* One or more media attachments are unavailable and cannot be shown.
|
||||
*/
|
||||
"attachmentFailed": string;
|
||||
};
|
||||
/**
|
||||
* Authorized Fetch
|
||||
|
|
@ -13289,6 +13293,10 @@ export interface Locale extends ILocale {
|
|||
* ActivityPub user data in its raw form. These fields are public and accessible to other instances.
|
||||
*/
|
||||
"rawApDescription": string;
|
||||
/**
|
||||
* Signup Reason
|
||||
*/
|
||||
"signupReason": string;
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue