feat(i18n): Enhance internationalization support by updating storage retrieval and translation handling

This commit is contained in:
Will Miao
2025-08-30 17:29:04 +08:00
parent 29160bd6e5
commit 401200050b
4 changed files with 31 additions and 40 deletions

View File

@@ -2,7 +2,6 @@
import { getCurrentPageState, setCurrentPageType } from '../../state/index.js';
import { getStorageItem, setStorageItem, getSessionItem, setSessionItem } from '../../utils/storageHelpers.js';
import { showToast } from '../../utils/uiHelpers.js';
import { SidebarManager } from '../SidebarManager.js';
import { sidebarManager } from '../SidebarManager.js';
/**