feat(localization): add trigger words functionality with localization support for UI elements and messages

This commit is contained in:
Will Miao
2025-08-31 15:13:12 +08:00
parent 8303196b57
commit b2428f607c
4 changed files with 71 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
import { state, getCurrentPageState } from '../state/index.js';
import { showToast } from '../utils/uiHelpers.js';
import { translate } from '../utils/i18n.js';
import { translate } from '../utils/i18nHelpers.js';
import { getStorageItem, getSessionItem, saveMapToStorage } from '../utils/storageHelpers.js';
import {
getCompleteApiConfig,