Fix translated URL paths in multiple languages#16938
Merged
Merged
Conversation
Translations should use English URL paths, not translated paths. Fixed URLs: - Irish (ga): /ciseal-2/ → /layer-2/, /pobal/deontais/ → /community/grants/, /gluais/#* → /glossary/#*, /treochlár/scálú/ → /roadmap/scaling/ - Dutch (nl): /decentrale-identiteit/ → /decentralized-identity/, /geschiedenis/#paris → /history/#paris - Turkish (tr): /developers/docs/consensus-mekanizmalar/pow → /developers/docs/consensus-mechanisms/pow - Hausa (ha): /kamus/#* → /glossary/#* Fixes multiple 404 errors reported by AHREFS SEO audit.
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Member
Contributor
|
Claude encountered an error —— View job Analyzing PR Structure and Creating Isolated Changes
|
Member
0915d0a to
0b67516
Compare
wackerow
approved these changes
Jan 6, 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.


Summary
Fix broken links in translations that incorrectly used translated URL paths instead of English paths.
Details
Translations were using localized URL paths that don't exist. URLs on ethereum.org should always use English paths regardless of content language.
Fixed URLs by language:
Irish (ga):
/ciseal-2/→/layer-2//pobal/deontais/→/community/grants//gluais/#beacon-chain→/glossary/#beacon-chain/gluais/#fraud-proof→/glossary/#fraud-proof/gluais/#gas→/glossary/#gas/treochlár/scálú/→/roadmap/scaling/Dutch (nl):
/decentrale-identiteit/→/decentralized-identity//geschiedenis/#paris→/history/#parisTurkish (tr):
/developers/docs/consensus-mekanizmalar/pow→/developers/docs/consensus-mechanisms/powHausa (ha):
/kamus/#permissionless→/glossary/#permissionless/kamus/#tsara-da-tsara-sadarwa→/glossary/#peer-to-peer-networkTest plan