1
0

on user profiles, move pinned notes down with the other notes

This commit is contained in:
Hazel K
2024-10-04 12:22:09 -04:00
parent ba5eec2129
commit 60ec877d3c
4 changed files with 24 additions and 6 deletions
+1
View File
@@ -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"
+4
View File
@@ -520,6 +520,10 @@ export interface Locale extends ILocale {
*
*/
"pinnedNote": string;
/**
* Pinned
*/
"pinnedOnly": string;
/**
*
*/
+1
View File
@@ -126,6 +126,7 @@ inChannelQuote: "チャンネル内引用"
renoteToChannel: "チャンネルにリノート"
renoteToOtherChannel: "他のチャンネルにリノート"
pinnedNote: "ピン留めされたノート"
pinnedOnly: "Pinned"
pinned: "ピン留め"
you: "あなた"
clickToShow: "クリックして表示"