1
0

Merge branch 'develop' into hazelnoot/following-timeline

This commit is contained in:
Hazel K
2024-10-06 11:16:43 -04:00
28 changed files with 129 additions and 36 deletions
+18 -2
View File
@@ -592,6 +592,10 @@ export interface Locale extends ILocale {
*
*/
"mute": string;
/**
* Muted
*/
"muted": string;
/**
*
*/
@@ -600,6 +604,10 @@ export interface Locale extends ILocale {
*
*/
"renoteMute": string;
/**
* Boosts muted
*/
"renoteMuted": string;
/**
*
*/
@@ -3136,6 +3144,10 @@ export interface Locale extends ILocale {
*
*/
"showTickerOnReplies": string;
/**
*
*/
"disableCatSpeak": string;
/**
* MFMの検索エンジン
*/
@@ -5137,6 +5149,10 @@ export interface Locale extends ILocale {
*
*/
"flip": string;
/**
*
*/
"showBelowAvatar": string;
/**
*
*/
@@ -5777,7 +5793,7 @@ export interface Locale extends ILocale {
*/
"social": string;
/**
*
* 稿
*/
"bubble": string;
/**
@@ -9139,7 +9155,7 @@ export interface Locale extends ILocale {
*/
"global": string;
/**
*
*
*/
"bubble": string;
};