i18n(pl): automated Crowdin translation import (part 03/07/09/10 of 13)#17445
Merged
Conversation
❌ Deploy Preview for ethereumorg failed.
|
Contributor
|
This issue is stale because it has been open 30 days with no activity. |
…28-pl-part-07 i18n(pl): automated Crowdin translation import (part 07 of 13)
…28-pl-part-09 i18n(pl): automated Crowdin translation import (part 09 of 13)
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…28-pl-part-10 i18n(pl): automated Crowdin translation import (part 10 of 13)
…T13-42-28-pl-part-03 # Conflicts: # public/content/translations/pl/developers/docs/consensus-mechanisms/pow/index.md # public/content/translations/pl/developers/docs/storage/index.md # public/content/translations/pl/developers/tutorials/using-websockets/index.md # public/content/translations/pl/developers/tutorials/waffle-dynamic-mocking-and-testing-calls/index.md # public/content/translations/pl/ethereum-forks/index.md # public/content/translations/pl/gaming/index.md # public/content/translations/pl/governance/index.md # public/content/translations/pl/roadmap/beacon-chain/index.md # public/content/translations/pl/roadmap/merge/index.md
When a PR branch merges dev and files are deleted, sanitize-pr.ts crashes with ENOENT because the GitHub API still lists those files. Add guard clauses to skip files that no longer exist on disk. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Co-Authored-By: wackerow <54227730+wackerow@users.noreply.github.com>
Sanitizer auto-fixes (7 files): - Brand capitalization in tags - Smart quote escaping in JSX attributes - YAML frontmatter quoting - Orphaned HTML tag removal - Missing link bracket repair - Crowdin JSX/markdown hybrid fixes Review fixes (8 files): - Fix "Etthereum" typo in payments - Restore missing "inflacja" in payments - Fix "EPI" -> "EIP" in eips page - Replace fullwidth colon in RLP page - Fix broken markdown link in RLP page - Fix orphaned backticks in patricia-merkle-trie - Fix exposed MDX tags in short-abi - Fix mangled backticks in creating-a-wagmi-ui - Fix pos-vs-pow title to use English terms - Fix "Kroku po kroku" -> "Krok po kroku" Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Co-Authored-By: wackerow <54227730+wackerow@users.noreply.github.com>
Four new/enhanced sanitizer functions: - removeOrphanedClosingTags: rewrite with left-to-right balance scan; removes </em> before any opener (#49) - quoteFrontmatterNonAscii: replace smart quote outer delimiters before wrapping check (#50) - fixJsxAttributeSpacing: normalize href = "..." to href="..." in JSX tags (#51) - fixCrowdinSplitBackticks: repair premature backtick close splitting inline code spans (#52) Also includes ENOENT guard for deleted files. 13 new tests, 486 total passing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Co-Authored-By: wackerow <54227730+wackerow@users.noreply.github.com>
Co-Authored-By: wackerow <54227730+wackerow@users.noreply.github.com>
Co-Authored-By: wackerow <54227730+wackerow@users.noreply.github.com>
…T13-42-28-pl-part-03 # Conflicts: # docs/solutions/integration-issues/sanitizer-test-research.md # src/scripts/i18n/post_import_sanitize.ts # tests/unit/sanitizer/english-comparison.spec.ts
wackerow
approved these changes
Mar 25, 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
Context
Split from the original large import PR for easier review and independent merging.