fix: normalize Norwegian hreflang to no and align last-generation.json with documented schema#585
Merged
pethers merged 2 commits intonews-realtime/2026-02-26-120500-a28e6c8531887396from Feb 26, 2026
Conversation
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 |
…ields Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update security and justice reforms proposals in Sweden
fix: normalize Norwegian hreflang to Feb 26, 2026
no and align last-generation.json with documented schema
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 schema/SEO inconsistencies in the breaking news article set.
Changes
hreflang="nb"in<link rel="alternate">while the language switcher and Norwegian page itself usedlang="no". Normalized tohreflang="no"everywhere.last-generation.jsonschema — File was missing the four fields documented innews/metadata/README.md(generated,errors,types,status). Added them as top-level fields while preserving all existing keys for backward compatibility with current consumers.{ "timestamp": "2026-02-26T12:05:00.000Z", "generated": 14, "errors": 0, "types": "breaking", "status": "success", "generated_at": "2026-02-26T12:05:00.000Z", ... }💡 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.