- Remove i18nHandlers.ts: i18n now uses bundled resources (no network) - Add handlers.ts: Mock real APIs (Ideas voting, Merch purchase) - Simplify browser.ts: Only register real API handlers - Update main.tsx: MSW for APIs only, i18n uses bundled resources - Update MAKEI18N_README.md: Document MSW patterns MSW now mocks 6 real API endpoints: - GET /api/ideas (list voteable ideas) - GET /api/ideas/my-votes (user vote status) - POST /api/ideas/:id/vote (allocate votes) - DELETE /api/ideas/:id/vote (remove votes) - POST /api/merch/gift-cards/purchase - POST /api/merch/ideas 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| locales/en | ||
| src | ||
| IMPLEMENTATION_SUMMARY.md | ||
| MAKEI18N_README.md | ||
| package.json | ||
| TRANSLATION_REVIEW_ES.md | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||