mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 02:07:55 +00:00
46eb6f3256f48c95b360d3ff48a4ca2cc61e2118
Problem: Translation keys were showing on screen instead of actual text - "hero.exploreGovernance" instead of "Explore Governance" - "nav.proposals" instead of "Proposals" - "common.backToHome" instead of "Back to Home" Root Cause: en.ts had only 59 lines while en.json had 244 lines - config.ts imports en.ts (not en.json) - Missing keys caused i18n to display the key itself Solution: Converted all keys from en.json to en.ts flat format - Added all 280+ translation keys - Includes: nav, hero, governance, identity, proposals, delegation, profile, common, notifications, websocket, auth, wallet, login - Now matches the complete en.json structure Result: All translation keys now display proper English text 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Languages
HTML
75.2%
TypeScript
21.3%
Rust
1.9%
PLpgSQL
0.7%
JavaScript
0.6%
Other
0.2%