improve settings.

This commit is contained in:
piuvas 2025-05-26 23:57:57 -03:00
parent 6874a318ea
commit 2ce8b45a7f
No known key found for this signature in database
4 changed files with 5 additions and 12 deletions

6
locales/index.d.ts vendored
View file

@ -13134,13 +13134,9 @@ export interface Locale extends ILocale {
*/
"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.
* A list of domains whose content can be attributed to you on link previews, separated by new-line. Any subdomain will also be valid. The following needs to be on the webpage:
*/
"attributionDomainsDescription": string;
/**
* Webpages with `<meta name="fediverse:creator" content="@{user}@{host}" />` can then be attributed to you.
*/
"attributionDomainsTutorial": ParameterizedString<"user" | "host">;
/**
* Written by
*/