summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2025-06-04 12:35:20 +0000
committerdakkar <dakkar@thenautilus.net>2025-06-04 12:35:20 +0000
commite9a038b24464b234bc764d75eadf2eb2bb12c2a8 (patch)
tree4c3c3f1c8204a05bff2e545fb21bdd5f30ece839 /locales
parentmerge: Add delay and retry to Page's embedded note loading (!1072) (diff)
parentremove unused import. (diff)
downloadsharkey-e9a038b24464b234bc764d75eadf2eb2bb12c2a8.tar.gz
sharkey-e9a038b24464b234bc764d75eadf2eb2bb12c2a8.tar.bz2
sharkey-e9a038b24464b234bc764d75eadf2eb2bb12c2a8.zip
merge: Link attributions (!1048)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1048 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Hazelnoot <acomputerdog@gmail.com>
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 46bd9d04ed..cee973a0a2 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -13158,6 +13158,18 @@ export interface Locale extends ILocale {
*/
"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. The following needs to be on the webpage:
+ */
+ "attributionDomainsDescription": string;
+ /**
+ * Written by {user}
+ */
+ "writtenBy": ParameterizedString<"user">;
+ /**
* Following (Pub)
*/
"followingPub": string;