fix: use i18n in settings

This commit is contained in:
Esurio 2024-09-19 12:37:56 +00:00 committed by piuvas
parent e8cdec2278
commit 7aa956aca9
No known key found for this signature in database
GPG key ID: 82743F52454C621D
4 changed files with 21 additions and 3 deletions

12
locales/index.d.ts vendored
View file

@ -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;
/**
*
*/