mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 14:56:16 +02:00
feat(frontend/MkUrlPreview): support expanding ActivityPub notes
This commit is contained in:
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: "キャプションを付ける"
|
||||
|
||||
Reference in New Issue
Block a user