1
0

enhance(frontend): 通常のノートでも、お気に入りに登録したチャンネルにリノートできるように (#13855)

* enhance(frontend): チャンネルにリノートできるように

* Update Changelog
This commit is contained in:
かっこかり
2024-05-21 17:23:20 +09:00
committed by GitHub
parent 126383dca2
commit 6a637db36b
4 changed files with 54 additions and 0 deletions
+12
View File
@@ -448,6 +448,10 @@ export interface Locale extends ILocale {
* リノートしました。
*/
"renoted": string;
/**
* {name} にリノートしました。
*/
"renotedToX": ParameterizedString<"name">;
/**
* この投稿はリノートできません。
*/
@@ -468,6 +472,14 @@ export interface Locale extends ILocale {
* チャンネル内引用
*/
"inChannelQuote": string;
/**
* チャンネルにリノート
*/
"renoteToChannel": string;
/**
* 他のチャンネルにリノート
*/
"renoteToOtherChannel": string;
/**
* ピン留めされたノート
*/