feat(frontend): 任意のユーザーリストをタイムラインページにピン留めできるように

This commit is contained in:
syuilo 2023-09-19 10:58:42 +09:00
parent bec338aa00
commit 299c9c4118
6 changed files with 49 additions and 7 deletions

1
locales/index.d.ts vendored
View file

@ -1114,6 +1114,7 @@ export interface Locale {
"renotes": string;
"loadReplies": string;
"loadConversation": string;
"pinnedList": string;
"_announcement": {
"forExistingUsers": string;
"forExistingUsersDescription": string;

View file

@ -1111,6 +1111,7 @@ replies: "返信"
renotes: "リノート"
loadReplies: "返信を見る"
loadConversation: "会話を見る"
pinnedList: "ピン留めされたリスト"
_announcement:
forExistingUsers: "既存ユーザーのみ"