diff options
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 12 |
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; |