feat(frontend/MkUrlPreview): support expanding ActivityPub notes
This commit is contained in:
parent
30594dde18
commit
73842166ee
6 changed files with 117 additions and 34 deletions
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
|
|
@ -609,6 +609,7 @@ export interface Locale {
|
|||
"enablePlayer": string;
|
||||
"disablePlayer": string;
|
||||
"expandTweet": string;
|
||||
"expandNote": string;
|
||||
"themeEditor": string;
|
||||
"description": string;
|
||||
"describeFile": string;
|
||||
|
|
|
|||
|
|
@ -606,6 +606,7 @@ useCw: "内容を隠す"
|
|||
enablePlayer: "プレイヤーを開く"
|
||||
disablePlayer: "プレイヤーを閉じる"
|
||||
expandTweet: "ポストを展開する"
|
||||
expandNote: "ノートを展開する"
|
||||
themeEditor: "テーマエディター"
|
||||
description: "説明"
|
||||
describeFile: "キャプションを付ける"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue