Files
ComfyUI_frontend/apps/website/src/i18n
Glary-Bot 5563f0b096 fix(website): locale-aware privacy link, restore warn spy, dedupe cookie tests
- Render the privacy-policy link in the disclosure with the locale-aware
  path from getRoutes(locale).privacyPolicy instead of a hardcoded
  /privacy-policy. The i18n string is split into a before/link-label/
  after triple so zh-CN visitors land on /zh-CN/privacy-policy.
- Restore the global console.warn implementation in afterAll for the
  resolveHubspotRegion describe block so the warn spy doesn't leak
  across files.
- Collapse the three cookie-separator-variant tests into a single
  it.each block per the project's "no redundant tests" guideline.
- Add component tests covering both the en and zh-CN privacy-policy
  link hrefs to lock the locale routing in place.
2026-04-28 02:21:45 +00:00
..