You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(packages): add built-in locale packs with v8 parity
Ship 50+ non-English locale modules in core (default export per pack),
with framework entry points at @videojs/html/i18n and @videojs/react/i18n
(locales/* and all). Includes pt-BR/pt-PT and zh-CN/zh-TW splits, pt/zh
v8 aliases, locale completeness tests, dynamic tsdown entries, and
sandbox locale picker wiring.
Closes#1368
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy file name to clipboardExpand all lines: apps/sandbox/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Three directories participate:
22
22
-**`templates/`** — The source of truth for each sandbox. One subdirectory per entry point, each containing its own `index.html` and `main.ts` / `main.tsx`. Checked into git.
23
23
-**`src/`** — Your working copy where you freely edit, experiment, and break things. Fully gitignored (`src/*`).
24
24
25
-
On `pnpm dev:sandbox`, `scripts/setup.ts` mirrors every file from `templates/` into `src/`that doesn't already exist there. Existing files in `src/` are never overwritten, so your local changes persist across restarts.
25
+
On `pnpm dev:sandbox`, `scripts/setup.ts` mirrors new files from `templates/` into `src/`and overwrites `src/` files that differ from `templates/`. Edits made only in `src/` are replaced on the next dev start — use `sync` to copy them into `templates/` first.
26
26
27
27
Vite discovers sandbox entries by scanning `src/*` for subdirectories that contain an `index.html` — no manual registration is needed.
0 commit comments