feat(i18n): add UI-only memory label formatter

This commit is contained in:
youzini
2026-06-05 11:20:53 +00:00
parent 10fd986b71
commit 0003cc00a5
6 changed files with 314 additions and 78 deletions

View File

@@ -32,7 +32,8 @@
"test:i18n-dom": "node tests/i18n-dom.mjs",
"test:i18n-boundary": "node tests/i18n-boundary.mjs",
"test:i18n-status": "node tests/i18n-status.mjs",
"test:i18n": "npm run test:i18n-catalog && npm run test:i18n-dom && npm run test:i18n-boundary && npm run test:i18n-status",
"test:ui-label-formatter": "node tests/ui-label-formatter.mjs",
"test:i18n": "npm run test:i18n-catalog && npm run test:i18n-dom && npm run test:i18n-boundary && npm run test:i18n-status && npm run test:ui-label-formatter",
"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",