NeuralNik/linkr

Add Multi-language Support (i18n)

オープン

#14 opened on 2025/10/09

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (3 件のフォーク)auto 404
advancedenhancementfeaturefrontendhacktoberfest

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド