NeuralNik/linkr

Add Multi-language Support (i18n)

Aperta

#14 aperta il 9 ott 2025

 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (3 fork)auto 404
advancedenhancementfeaturefrontendhacktoberfest

Metriche repository

Star
 (0 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor