mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-11 01:32:22 +03:00
Replace literal <app-name> and <org-slug> with HTML entities (< >) in the denoRelayOrgDomainHint translation key for all 43 locale files. The React Flight (RSC) protocol parser interprets unclosed angle-bracket tokens as HTML tags, causing INVALID_MESSAGE: UNCLOSED_TAG errors when rendering the DenoRelayModal component on /dashboard/system/proxy. Add regression test suite (tests/unit/i18n-deno-relay-unclosed-tag.test.ts) covering four axes: valid JSON (no BOM), key existence, no raw angle brackets, and correct HTML entities in all locales.