mirror of
https://github.com/luanslimadev/Wand-Enhancer.git
synced 2026-08-28 17:01:05 +00:00
4ce47dc6d2
- Add 6 locales (en-US source + ru-RU, de-DE, fr-FR, es-ES, zh-CN) matching the patcher's WPF UI; full .po catalogs incl. plural forms. - Language selector in the left settings drawer; persist choice and auto-detect from navigator language on first load. - Load .po directly via @lingui/vite-plugin (drop the compile step); gitignore generated catalog .js as build artifacts.
Wand Web Panel
Local mobile-friendly web panel for Wand.
Commands
pnpm install
pnpm dev
pnpm bridge:demo
Hosted access on the local machine:
http://localhost:4173/
Hosted access on the LAN:
pnpm run dev:host
Then open the machine IP on port 4173.
Use ?ws=ws://host:port/remote/ws to override the bridge URL. The fixture bridge is dev-only;
production is bundled to dist/bridge.cjs.