mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-21 11:51:53 +03:00
Coverage improvements (all reach 100%): - views/events.json: 66% → 100% (+22 keys) - views/live.json: 84% → 100% (+16 keys) - objects.json: 91% → 100% (+11 keys, incl. 6 manual labels) - views/explore.json: 93% → 100% (+11 keys, incl. 2 manual plural-one) - views/faceLibrary.json: 83% → 100% (+11 keys, incl. 6 manual) - components/camera.json: 98% → 100% (+1 key) - components/player.json: 96% → 100% (+1 key) Overall zh-Hant coverage: ~47% → ~50%. Also removed 52 obsolete keys across these files where en had restructured or removed entries that zh-Hant had not synced with: - views/events.json: 3 - views/live.json: 4 - views/explore.json: 34 (largest cleanup — objectLifecycle reorganization) - views/faceLibrary.json: 10 - components/camera.json: 1 Translation pipeline same as #23224 / #23225 / #23226 (OpenCC s2twp + Taiwan MS-style dictionary + manual review + plural-one manual fill). |
||
|---|---|---|
| .. | ||
| .vscode | ||
| e2e | ||
| images | ||
| patches | ||
| public | ||
| src | ||
| themes | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierrc | ||
| components.json | ||
| i18next.config.ts | ||
| index.html | ||
| login.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| site.webmanifest | ||
| tailwind.config.cjs | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
This is the Frigate frontend which connects to and provides a User Interface to the Python backend.
Web Development
Installing Web Dependencies Via NPM
Within /web, run:
npm install
Running development frontend
Within /web, run:
PROXY_HOST=<ip_address:port> npm run dev
The Proxy Host can point to your existing Frigate instance. Otherwise defaults to localhost:5000 if running Frigate on the same machine.
Extensions
Install these IDE extensions for an improved development experience:
- eslint