fix(frontend): 画面左のナビゲーションバーでウィジェットアイコンにtooltipがつかない問題を修正 (#16602)

This commit is contained in:
かっこかり
2025-10-05 18:53:57 +09:00
committed by GitHub
parent eae9af73c2
commit a8fcdb79ab
3 changed files with 6 additions and 1 deletions

4
locales/index.d.ts vendored
View File

@@ -5577,6 +5577,10 @@ export interface Locale extends ILocale {
* 予約
*/
"scheduled": string;
/**
* ウィジェット
*/
"widgets": string;
"_compression": {
"_quality": {
/**

View File

@@ -1389,6 +1389,7 @@ scheduleToPostOnX: "{x}に投稿を予約します"
scheduledToPostOnX: "{x}に投稿が予約されています"
schedule: "予約"
scheduled: "予約"
widgets: "ウィジェット"
_compression:
_quality: