From 60ec877d3cf81b7fe2326edfea414e7fc427ddf8 Mon Sep 17 00:00:00 2001 From: Hazel K Date: Fri, 4 Oct 2024 12:22:09 -0400 Subject: [PATCH] on user profiles, move pinned notes down with the other notes --- locales/en-US.yml | 1 + locales/index.d.ts | 4 ++++ locales/ja-JP.yml | 1 + packages/frontend/src/pages/user/home.vue | 24 +++++++++++++++++------ 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index 8163ca525b..22a3e5ef13 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -126,6 +126,7 @@ inChannelQuote: "Channel-only Quote" renoteToChannel: "Renote to channel" renoteToOtherChannel: "Renote to other channel" pinnedNote: "Pinned note" +pinnedOnly: "Pinned" pinned: "Pin to profile" you: "You" clickToShow: "Click to show" diff --git a/locales/index.d.ts b/locales/index.d.ts index fcd64071af..d247be7091 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -520,6 +520,10 @@ export interface Locale extends ILocale { * ピン留めされたノート */ "pinnedNote": string; + /** + * Pinned + */ + "pinnedOnly": string; /** * ピン留め */ diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 7e39515c5c..2fc021011e 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -126,6 +126,7 @@ inChannelQuote: "チャンネル内引用" renoteToChannel: "チャンネルにリノート" renoteToOtherChannel: "他のチャンネルにリノート" pinnedNote: "ピン留めされたノート" +pinnedOnly: "Pinned" pinned: "ピン留め" you: "あなた" clickToShow: "クリックして表示" diff --git a/packages/frontend/src/pages/user/home.vue b/packages/frontend/src/pages/user/home.vue index e82ec0cb97..4716c980c9 100644 --- a/packages/frontend/src/pages/user/home.vue +++ b/packages/frontend/src/pages/user/home.vue @@ -125,10 +125,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
- -
- {{ i18n.ts.userPagePinTip }} + {{ i18n.ts.userPagePinTip }}