NeuralNik/linkr

Add Multi-language Support (i18n)

開放

#14 建立於 2025年10月9日

 (0 則留言) (0 個反應) (0 位負責人)TypeScript (3 個分叉)auto 404
advancedenhancementfeaturefrontendhacktoberfest

倉庫指標

星標
 (0 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南