1
0

initial link attributions work.

This commit is contained in:
piuvas
2025-05-26 22:44:29 -03:00
parent e59a3ad693
commit ca32c231d0
16 changed files with 228 additions and 3 deletions
+16
View File
@@ -13129,6 +13129,22 @@ export interface Locale extends ILocale {
* Timeout in milliseconds for translation API requests.
*/
"translationTimeoutCaption": string;
/**
* Attribution Domains
*/
"attributionDomains": string;
/**
* A list of domains whose content can be attributed to you on link previews, separated by new-line. Any subdomain will also be valid.
*/
"attributionDomainsDescription": string;
/**
* Webpages with `<meta name="fediverse:creator" content="@{user}@{host}" />` can then be attributed to you.
*/
"attributionDomainsTutorial": ParameterizedString<"user" | "host">;
/**
* Written by
*/
"writtenBy": string;
}
declare const locales: {
[lang: string]: Locale;