Skip to content

i18n: externalize strings in the explore pages #60

Description

@james2177

Description

Migrate hardcoded copy in src/app/explore/page.tsx and src/app/explore/[id]/page.tsx onto the i18n message catalog set up in the infra issue, so it can be translated.

Requirements and context

  • Depends on the i18n infrastructure issue in this batch
  • No visual or behavioral change for the default (English) locale

Suggested execution

  1. Fork the repo and create a branch
    git checkout -b feature/i18n-extract-the-explore-pages
  2. Implement changes
    • Replace inline strings in src/app/explore/page.tsx and src/app/explore/[id]/page.tsx with message-catalog lookups
  3. Test and commit
    • Existing tests for src/app/explore/page.tsx and src/app/explore/[id]/page.tsx continue to pass with the default locale

Example commit message:
feat: externalize strings in the explore pages

Guidelines

  • Assignment required before starting — comment on the issue and wait to be assigned.
  • PR description must include: Closes #[issue_id]
  • Complexity: High (200 points)

Metadata

Metadata

Labels

Stellar WaveIssues in the Stellar wave programcomplexity: highHigh complexity Drips Wave issue (200 points)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions