diff options
| author | piuvas <mail@piuvas.net> | 2025-05-26 22:44:29 -0300 |
|---|---|---|
| committer | piuvas <mail@piuvas.net> | 2025-05-26 22:44:29 -0300 |
| commit | ca32c231d0aaab9dacaa88a0b0564d626827e797 (patch) | |
| tree | 680c63207a1ae13b91cdc586c5f5f216998930d0 /locales | |
| parent | merge: Synchronize database entities and code models (!1040) (diff) | |
| download | sharkey-ca32c231d0aaab9dacaa88a0b0564d626827e797.tar.gz sharkey-ca32c231d0aaab9dacaa88a0b0564d626827e797.tar.bz2 sharkey-ca32c231d0aaab9dacaa88a0b0564d626827e797.zip | |
initial link attributions work.
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 16 |
1 files changed, 16 insertions, 0 deletions
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 `<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; |