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

贡献者指南