You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Partners portal renders the same global overrides for all users regardless of jurisdiction
(Partners is jurisdiction-independent), sourced from the DB rather than the bundled override file.
Technical Context
TDD: §5.5.
Load the global (null, language, partners) overrides into the Partners polyglot via the
jurisdiction-independent read (GET /translations?site=partners&language=), layered over the
bundled base. No per-jurisdiction resolution on the Partners side.
Background / Issue
The Partners portal renders the same global overrides for all users regardless of jurisdiction
(Partners is jurisdiction-independent), sourced from the DB rather than the bundled override file.
Technical Context
(null, language, partners)overrides into the Partners polyglot via thejurisdiction-independent read (
GET /translations?site=partners&language=), layered over thebundled base. No per-jurisdiction resolution on the Partners side.
Acceptance Criteria
base.
QA Notes
Partners portal. Confirm the portal reflects the global Partners overrides and that users in
different jurisdictions see the same overrides.