Merge branch 'develop' into upstream/2025.5.0

This commit is contained in:
dakkar 2025-06-20 10:44:34 +01:00
commit 886160bdec
52 changed files with 1519 additions and 630 deletions

8
locales/index.d.ts vendored
View file

@ -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;