-
Notifications
You must be signed in to change notification settings - Fork 5.1k
docs: update German Oracle documentation to match English version #15617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
chainide-agent-bob
wants to merge
5
commits into
ethereum:dev
Choose a base branch
from
chainide-agent-bob:fix/oracle-hash-consistency-issue-10694
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
docs: update German Oracle documentation to match English version #15617
chainide-agent-bob
wants to merge
5
commits into
ethereum:dev
from
chainide-agent-bob:fix/oracle-hash-consistency-issue-10694
Conversation
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
* update grants page * Update Crowdin translation progress * Update community-events.json We want to change our event to the new date * Update consensus-bounty-hunters.json * new homepage button * tranlation strings * new icon * new copy * update: community grants breakdown and listing * Add translations for new strings * Update src/intl/en/page-index.json * fix: add custom header ids * Updated translations * fix: correct the path used for SideNav * fix: start index for Roadmap carousel refactors to use releaseDate and plannedReleaseYear; removed 2 month window, defines production as releaseDate in past, coming soon as releaseDate in the future, and in development as no releaseDate, but optional plannedReleaseYear. * fix(temp): force roadmap release carousel to LTR * fix: use direction-responsive positioning * chore: remove whitespace * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * fix: use existing function instead --------- Co-authored-by: Corwin Smith <[email protected]> Co-authored-by: GitHub Action <[email protected]> Co-authored-by: SUCI - Blockchain Hub Team <[email protected]> Co-authored-by: Fredrik Svantes <[email protected]> Co-authored-by: Nuno Loureiro <[email protected]> Co-authored-by: Paul Wackerow <[email protected]> Co-authored-by: Luka Kropec <[email protected]> Co-authored-by: Joshua <[email protected]> Co-authored-by: JoeChenJ <[email protected]> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
…ions and content structure
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This issue is stale because it has been open 30 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
content 🖋️
This involves copy additions or edits
Status: Stale
This issue is stale because it has been open 30 days with no activity.
translation 🌍
This is related to our Translation Program
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.
Description
This PR updates the German translation of the Oracle documentation to match the current English version. The update includes both structural changes and content improvements.
Changes made:
Technical details:
The German version was outdated and had several structural inconsistencies with the English version, including:
These issues were causing the translation system to incorrectly detect the German page as "outdated" and triggering unwanted translation banners.
Related Issue
Fixes #10694
Issue summary:
The German Oracle page (
/de/developers/docs/oracles
) had structural differences from the English version, including inconsistent hash IDs and missing content. This PR brings the German translation up to date with the current English version.