diff --git a/locales/index.d.ts b/locales/index.d.ts index 69c63cc714..2392d51c45 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13129,6 +13129,26 @@ export interface Locale extends ILocale { * Timeout in milliseconds for translation API requests. */ "translationTimeoutCaption": string; + /** + * Following (Pub) + */ + "followingPub": string; + /** + * Followers (Sub) + */ + "followersSub": string; + /** + * Well-known resources + */ + "wellKnownResources": string; + /** + * Last posted: {at} + */ + "lastPosted": ParameterizedString<"at">; + /** + * Raw + */ + "raw": string; } declare const locales: { [lang: string]: Locale; diff --git a/packages/frontend/src/pages/instance-info.vue b/packages/frontend/src/pages/instance-info.vue index 20dad6ffb5..c5e7802a0b 100644 --- a/packages/frontend/src/pages/instance-info.vue +++ b/packages/frontend/src/pages/instance-info.vue @@ -16,7 +16,7 @@ SPDX-License-Identifier: AGPL-3.0-only
- + @@ -34,7 +34,7 @@ SPDX-License-Identifier: AGPL-3.0-only - +