fix: resolve localization keys for learning-tools page metadata#15827
fix: resolve localization keys for learning-tools page metadata#15827minimalsm wants to merge 1 commit into
Conversation
The learning-tools page was showing raw localization keys instead of translated text for title and meta description. This was because the generateMetadata function was using full namespace-prefixed keys when the namespace was already specified in getTranslations(). - Fixed title key from ''page-developers-learning-tools:page-learning-tools-meta-title'' to ''page-learning-tools-meta-title'' - Fixed description key from ''page-developers-learning-tools:page-learning-tools-meta-desc'' to ''page-learning-tools-meta-desc'' Closes #15826 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Joshua <minimalsm@users.noreply.github.com>
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@coderabbitai please review |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chainI'll review this PR for you! Let me gather the necessary information first. Based on my review of PR #15827, here's my analysis: 📋 PR SummaryThis PR appears to be updating the Roadmap component of the Ethereum.org website. The main changes involve:
🔍 Code Review Findings✅ Positive Aspects:
|
|
Thanks @minimalsm! Fixed in #15732 |

Fixes the issue where the developers/learning-tools page shows raw localization keys instead of translated text for title and meta description.
Changes
Closes #15826
🤖 Generated with Claude Code