i18n(te): automated Crowdin translation import (part 03/07/10 of 13)#17497
Merged
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
This issue is stale because it has been open 30 days with no activity. |
…08-te-part-07 i18n(te): automated Crowdin translation import (part 07 of 13)
…08-te-part-10 i18n(te): automated Crowdin translation import (part 10 of 13)
Sanitizer + review fixes for 32 Telugu files: - Fix exposed </0> MDX tags in RLP (build-breaking) - Fix 9 orphaned backticks across 7 files - Fix Devanagari contamination in prediction-markets - Fix garbled Telugu text in nft/index.md - Fix brand caps: Metamask->MetaMask, Github->GitHub - Fix invalid /eth/ href in restaking - Fix broken URL in dencun - Sanitizer: brand tags, tilde escaping, bold markers, inline block components, blank lines, JSX quotes, angle brackets, orphaned HTML, link brackets Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-Authored-By: wackerow <54227730+wackerow@users.noreply.github.com>
Crowdin expands $N variables inside JSX attribute values, leaking the attribute name into the translated string (e.g., $14 -> description=4). New fixLeakedAttrNamesInJsxValues() detects the leak pattern and restores the $NN value from the English source while preserving the translated text. 3 new tests, 441 total passing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-Authored-By: wackerow <54227730+wackerow@users.noreply.github.com>
- Rewrite wagmi tutorial to current API (WagmiProvider, QueryClientProvider, Sepolia, Timer component) - Add missing RLP succinct form table + translation - Restore English functional code strings in require/revert/raise (rlp, all-you-can-cache, erc20) - Add missing Tutorials sections (dapps, data-analytics) - Add missing Codex section (data-analytics) - Fix payments $14 leak via sanitizer - Fix merge/issuance title to Telugu - Restore missing internal links in 5 files - Fix garbled NFT text, add /real-world-assets/ and /collectibles/ links Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-Authored-By: wackerow <54227730+wackerow@users.noreply.github.com>
wackerow
approved these changes
Mar 24, 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.