Skip to content

Fix social preview meta and localize committee name across 14 opposition motions articles#733

Merged
pethers merged 2 commits intomain-a63e2522f5845fd5from
copilot/sub-pr-715-again
Mar 2, 2026
Merged

Fix social preview meta and localize committee name across 14 opposition motions articles#733
pethers merged 2 commits intomain-a63e2522f5845fd5from
copilot/sub-pr-715-again

Conversation

Copy link
Contributor

Copilot AI commented Mar 2, 2026

All 14 opposition motions articles had incorrect social preview dimensions (140×140, summary) inconsistent with other same-date articles, and 11 non-English files contained the untranslated English string "Committee on the Constitution".

Social preview meta (all 14 files)

<!-- Before -->
<meta property="og:image:width" content="140">
<meta property="og:image:height" content="140">
<meta name="twitter:card" content="summary">

<!-- After -->
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">

Committee name translations (ar, da, de, es, fi, fr, he, ja, ko, no, zh)

Replaced bare English "Committee on the Constitution" with properly localised equivalents:

Lang Replacement
ar لجنة الدستور في البرلمان السويدي (Konstitutionsutskottet، KU)
da Konstitutionsudskottet (KU)
de Konstitutionsutskottet (KU), den Verfassungsausschuss des schwedischen Reichstags
es Comité de la Constitución (Konstitutionsutskottet, KU)
fi perustuslakivaliokunnassa
fr Commission de la Constitution du Riksdag (Konstitutionsutskottet, KU)
he <span lang="sv">Konstitutionsutskottet (KU)</span>
ja 憲法委員会(スウェーデン語: Konstitutionsutskottet, KU)
ko 스웨덴 의회 헌법위원회(Konstitutionsutskottet, KU)
no Konstitutionsutskottet (KU)
zh 宪法委员会(瑞典语:Konstitutionsutskottet,简称KU)

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

…ition motions articles

Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copilot AI changed the title [WIP] Add opposition motions articles 2026-03-02 Fix social preview meta and localize committee name across 14 opposition motions articles Mar 2, 2026
@pethers pethers marked this pull request as ready for review March 2, 2026 12:07
@pethers pethers merged commit c70b7b6 into main-a63e2522f5845fd5 Mar 2, 2026
@pethers pethers deleted the copilot/sub-pr-715-again branch March 2, 2026 12:07
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