Fix truncated breadcrumb titles in government propositions articles (8 languages)#267
Merged
pethers merged 2 commits intomain-833cee879f04323efrom Feb 17, 2026
Merged
Conversation
8 tasks
Contributor
🏷️ Automatic Labeling SummaryThis PR has been automatically labeled based on the files changed and PR metadata. Applied Labels: size-xs Label Categories
For more information, see |
- Fixed 8 language versions with truncated breadcrumb titles - Danish (da): "...denne u" → "...denne uge" - German (de): "...diese W" → "...diese Woche" - English (en): "...This We" → "...This Week" - Spanish (es): "...polític" → "...políticas esta semana" - Finnish (fi): "...priorite" → "...prioriteetit" - French (fr): "...politique" → "...politiques cette semaine" - Dutch (nl): "...deze " → "...deze week" - Norwegian (no): "...prioritering" → "...prioriteringer denne uken" All HTML validated successfully with htmlhint. Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix automated news generation for multiple article types
Fix truncated breadcrumb titles in government propositions articles (8 languages)
Feb 17, 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.
Breadcrumb titles in JSON-LD structured data were truncated mid-word across 8 language versions of the government propositions articles, breaking SEO and navigation metadata.
Changes
Fixed breadcrumb truncation in line 154:
Example
{ "@type": "ListItem", "position": 3, - "name": "Government Propositions: Policy Priorities This We", + "name": "Government Propositions: Policy Priorities This Week", "item": "https://riksdagsmonitor.com/news/2026-02-17-government-propositions-en.html" }Addresses review comments from PR #265.
💡 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.