From ca32c231d0aaab9dacaa88a0b0564d626827e797 Mon Sep 17 00:00:00 2001 From: piuvas Date: Mon, 26 May 2025 22:44:29 -0300 Subject: initial link attributions work. --- locales/index.d.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'locales') diff --git a/locales/index.d.ts b/locales/index.d.ts index 69c63cc714..9b71db33ac 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -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 `` can then be attributed to you. + */ + "attributionDomainsTutorial": ParameterizedString<"user" | "host">; + /** + * Written by + */ + "writtenBy": string; } declare const locales: { [lang: string]: Locale; -- cgit v1.2.3-freya