Fix untranslated 'Why It Matters' sentences and truncated breadcrumbs in all 14 language versions#821
Merged
pethers merged 2 commits intomain-580be21481d961ccfrom Mar 5, 2026
Merged
Conversation
… 14 language versions Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add government propositions articles for 2026-03-05
Fix untranslated 'Why It Matters' sentences and truncated breadcrumbs in all 14 language versions
Mar 5, 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.
Two content quality issues across the 2026-03-05 government propositions articles: policy-domain explanatory sentences in non-English/non-Swedish files were left in English, and breadcrumb
namefields at position 3 were truncated to 50 characters.Untranslated explanatory sentences
12 language files (AR, DA, DE, ES, FI, FR, HE, JA, KO, NL, NO, ZH) had the policy-domain label translated but the following explanatory sentence still in English:
Covers 7 policy-domain sentence types: Environmental, Fiscal, Education, Justice, Migration, Healthcare, Defence.
Truncated breadcrumb names
8 files (DA, DE, EN, ES, FI, FR, NL, NO) had the breadcrumb
nameat structured-data position 3 cut off at 50 characters. Fixed to use the full article title, also correcting the matching<title>and<h1>tags that were accidentally doubled during the initial fix.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.