Skip to content

Add lang="en" to untranslated English content in 6 non-English article pages#944

Merged
pethers merged 2 commits intomain-bed0b995399e365cfrom
copilot/sub-pr-934
Mar 9, 2026
Merged

Add lang="en" to untranslated English content in 6 non-English article pages#944
pethers merged 2 commits intomain-bed0b995399e365cfrom
copilot/sub-pr-934

Conversation

Copy link
Contributor

Copilot AI commented Mar 9, 2026

Six non-English pages (DE, AR, ZH, KO, FR, ES) contained English-language paragraphs and list items without lang="en" markup, causing incorrect language signaling for screen readers and SEO tooling. This brings them in line with the already-fixed NL page.

Changes

  • 57 lang="en" attributes added per file across:
    • 20 proposition "Published" date <p> elements
    • 20 "Why it matters" <p> elements (translated label + English body)
    • 2 Policy Implications context-box <p> elements
    • 7 Deep Analysis section <p> elements
    • 4 Key Takeaways <li> elements (newly marked; not addressed in NL fix)
    • 4 Watch section <li> elements (newly marked; not addressed in NL fix)

Example

<!-- Before -->
<p>The government has submitted 20 propositions across 8 ministerial departments…</p>
<li>20 propositions across 8 departments represent the government's most concentrated…</li>

<!-- After -->
<p lang="en">The government has submitted 20 propositions across 8 ministerial departments…</p>
<li lang="en">20 propositions across 8 departments represent the government's most concentrated…</li>

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…AR, ZH, KO, FR, ES)

Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copilot AI changed the title [WIP] Add government propositions articles for 2026-03-09 Add lang="en" to untranslated English content in 6 non-English article pages Mar 9, 2026
@pethers pethers marked this pull request as ready for review March 9, 2026 14:51
@pethers pethers merged commit 0206812 into main-bed0b995399e365c Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants