fix: use i18n in settings
This commit is contained in:
parent
e8cdec2278
commit
7aa956aca9
4 changed files with 21 additions and 3 deletions
12
locales/index.d.ts
vendored
12
locales/index.d.ts
vendored
|
|
@ -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;
|
||||
/**
|
||||
* 会話スレッドを自動で読み込む
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue