NeuralNik/linkr

Add Multi-language Support (i18n)

Open

#14 opened on Oct 9, 2025

 (0 comments) (0 reactions) (0 assignees)TypeScript (3 forks)auto 404
advancedenhancementfeaturefrontendhacktoberfest

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

Internationalize the application to support multiple languages.

Acceptance Criteria:

  • i18n framework setup (react-i18next)
  • English and Spanish translations initially
  • Language detection and switching
  • RTL language support consideration
  • Accessible language selection

Implementation Hints:

  • Use react-i18next library
  • Extract all text strings to translation files
  • Implement language switcher component
  • Consider date/number formatting

Contributor guide