feat(i18n): add ui locale runtime

This commit is contained in:
youzini
2026-06-05 10:34:58 +00:00
parent 5f595779a9
commit c19b5d76ae
9 changed files with 721 additions and 0 deletions

View File

@@ -28,6 +28,10 @@
"test:indexeddb-migration": "node tests/indexeddb-migration.mjs",
"test:native-layout-parity": "node tests/native-layout-parity.mjs",
"test:trivial-input": "node tests/trivial-user-input.mjs",
"test:i18n-catalog": "node tests/i18n-catalog.mjs",
"test:i18n-dom": "node tests/i18n-dom.mjs",
"test:i18n-boundary": "node tests/i18n-boundary.mjs",
"test:i18n": "npm run test:i18n-catalog && npm run test:i18n-dom && npm run test:i18n-boundary",
"bench:graph-layout": "node tests/perf/graph-layout-bench.mjs",
"bench:persist-delta": "node tests/perf/persist-delta-bench.mjs",
"bench:persist-load": "node tests/perf/persist-load-bench.mjs",