1
0

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
4 changed files with 21 additions and 3 deletions
+12
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;
/**
*
*/