fix: use i18n in settings
This commit is contained in:
Vendored
+12
@@ -3120,6 +3120,10 @@ export interface Locale extends ILocale {
|
||||
* 添付画像のサムネイルをオリジナル画質にする
|
||||
*/
|
||||
"loadRawImages": string;
|
||||
/**
|
||||
* 返信にサーバー情報を表示する
|
||||
*/
|
||||
"showTickerOnReplies": string;
|
||||
/**
|
||||
* 検索MFMの検索エンジン
|
||||
*/
|
||||
@@ -4373,6 +4377,14 @@ export interface Locale extends ILocale {
|
||||
* ファイルを折りたたむ
|
||||
*/
|
||||
"collapseFiles": string;
|
||||
/**
|
||||
* CWを展開する
|
||||
*/
|
||||
"uncollapseCW": string;
|
||||
/**
|
||||
* 長い投稿を常に展開する
|
||||
*/
|
||||
"expandLongNote": string;
|
||||
/**
|
||||
* 会話スレッドを自動で読み込む
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user