feat(i18n): key runtime status text

This commit is contained in:
youzini
2026-06-05 10:58:21 +00:00
parent 24a02459dc
commit ef341dc9b9
9 changed files with 217 additions and 55 deletions

View File

@@ -31,7 +31,8 @@
"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",
"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",
"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",