openclaw/ui
Mike a4dee5cba8 feat(ui): add i18n internationalization support with Chinese translation
- Add i18n core module with locale management and translation helpers
- Add English (en.json) and Chinese (zh.json) translation files
- Add language-switcher component for the top bar
- Update navigation.ts to use localized strings
- Update app-render.ts to include language switcher and i18n
- Update app.ts to subscribe to locale changes for reactivity

Features:
- Auto-detect browser language preference
- Persist language choice in localStorage
- Support for nested translation keys (e.g., nav.tabs.chat)
- Fallback to English for missing translations

Translations include:
- Navigation menu items and descriptions
- Status indicators (connected, offline, etc.)
- Action buttons (save, cancel, apply, etc.)
- Configuration categories
- Common UI elements
2026-01-28 19:18:32 +08:00
..
public feat(ui): add favicon.ico from Mac app icon (#305) 2026-01-06 10:41:19 -06:00
src feat(ui): add i18n internationalization support with Chinese translation 2026-01-28 19:18:32 +08:00
index.html refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
package.json refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
tsconfig.json fix(control-ui): serve dashboard at root 2025-12-19 05:11:08 +00:00
vite.config.ts fix(ui): default to relative paths for control UI assets 2026-01-09 15:32:55 +01:00
vitest.config.ts chore: update deps and add control ui routing tests 2025-12-30 14:30:46 +01:00