[Release] Stage to Main - #201
Open
bandana147 wants to merge 11 commits into
Open
Conversation
bandana147
commented
Sep 8, 2026
Collaborator
- MEP support for fragment replace #199
- MWPW-204917 build unav locale from lingo region, not its language tag #197
- Wire up interactivity first before waiting for unav load #200
Mirrors adobecom/milo#6543. The federal UNav loader built its locale from the lingo region's language tag (`ietf`, e.g. `en-GB`), so English global- fallback regions (Ireland, South Africa, Nigeria, New Zealand, …) had their UNav links routed to the UK site (`/uk`). Derive the locale from the region itself via `getUniversalNavLocale`, preserving the country (`en_IE`, `en_ZA`, …) so links follow the region path. `LingoLocaleConfig` is widened to expose the region `prefix` (already present on the runtime region object passed from milo); `ietf` stays for the AUP SDK. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The served artifact is the checked-in dist/main.js; rebuild so the locale fix in src actually ships. Only change vs. prior bundle is the UNav locale derivation (verified: ietf literal count 3 -> 2, ~20 byte delta, no other churn). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…ion-locale # Conflicts: # federal/libs/global-navigation/dist/main.js # federal/libs/global-navigation/dist/main.js.map
MWPW-204917 build unav locale from lingo region, not its language tag
Wire up interactivity first before waiting for unav load
MEP support for fragment replace
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
|
Collaborator
sonawanesnehal3
approved these changes
Sep 8, 2026
adeshmukh-1585
approved these changes
Sep 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




