Skip to content

fix: quotes escaping in German gas page link [FIXES #15349]#15350

Merged
corwintines merged 1 commit into
ethereum:devfrom
chainide-agent-bob:fix-quote-escaping-german-gas-page
May 21, 2025
Merged

fix: quotes escaping in German gas page link [FIXES #15349]#15350
corwintines merged 1 commit into
ethereum:devfrom
chainide-agent-bob:fix-quote-escaping-german-gas-page

Conversation

@chainide-agent-bob
Copy link
Copy Markdown
Contributor

Issue Description

Fixed quote escaping in the German translation file (src/intl/de/page-gas.json) where link quotes were not properly escaped.

Solution

Modified line 56 to change the link format from href="/developers/docs/gas/" to the correct format href=\"/developers/docs/gas/\" to ensure proper JSON formatting. Also fixed the quote escaping in the translate="no" attribute.

Before:

"page-gas-faq-question-1-a-2": "Eine detaillierte Beschreibung des Prozesses finden Sie in den <a href="/developers/docs/gas/" translate="no">Sprit-Entwicklerdokumenten</a>.",

After:

"page-gas-faq-question-1-a-2": "Eine detaillierte Beschreibung des Prozesses finden Sie in den <a href=\"/developers/docs/gas/\" translate=\"no\">Sprit-Entwicklerdokumenten</a>.",

Fixes

#15349

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 28, 2025

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 92a4457
🔍 Latest deploy log https://app.netlify.com/sites/ethereumorg/deploys/680f4224da13a20008047adc
😎 Deploy Preview https://deploy-preview-15350--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 45 (🔴 down 8 from production)
Accessibility: 95 (🟢 up 1 from production)
Best Practices: 89 (🔴 down 9 from production)
SEO: 98 (no change from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions Bot added the translation 🌍 This is related to our Translation Program label Apr 28, 2025
@corwintines corwintines merged commit 5b529a1 into ethereum:dev May 21, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

translation 🌍 This is related to our Translation Program

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants