From bb8609d0f0ab82ee2fcfc5201edad037650f4b02 Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Mon, 12 May 2025 13:29:55 -0400 Subject: [PATCH] rename popularUsersLocal.host to popularUsersLocal.name --- locales/index.d.ts | 20 +++++++++---------- packages/frontend/src/pages/explore.users.vue | 2 +- sharkey-locales/en-US.yml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 4f0e944c69..1263c48fc2 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13054,17 +13054,17 @@ export interface Locale extends ILocale { */ "popularUsersGlobal": string; /** - * Users popular on {host} + * Users popular on {name} */ - "popularUsersLocal": ParameterizedString<"host">; - /** - * Translation timeout - */ - "translationTimeoutLabel": string; - /** - * Timeout in milliseconds for translation API requests. - */ - "translationTimeoutCaption": string; + "popularUsersLocal": ParameterizedString<"name">; + /** + * Translation timeout + */ + "translationTimeoutLabel": string; + /** + * Timeout in milliseconds for translation API requests. + */ + "translationTimeoutCaption": string; } declare const locales: { [lang: string]: Locale; diff --git a/packages/frontend/src/pages/explore.users.vue b/packages/frontend/src/pages/explore.users.vue index f611a40bb3..e4b1f6e79c 100644 --- a/packages/frontend/src/pages/explore.users.vue +++ b/packages/frontend/src/pages/explore.users.vue @@ -46,7 +46,7 @@ SPDX-License-Identifier: AGPL-3.0-only