commitra / commitra/react-verse

Add i18n Foundation and Language Switch Placeholder in Home.jsx

未关闭
#100 1 条评论 0 个 reaction 已指派 1 人 已被 @AnimeshSoni777 认领 在 GitHub 查看
good first issue hacktoberfest
主要语言
JavaScript
星标
8
派生
34
PR 合并指标
30 天内没有已合并 PR

描述

Introduce a basic internationalization (i18n) setup for the app starting with Home.jsx.
This foundation will allow easy translation of UI text by using external JSON files (e.g., en.json, fr.json, etc.).
Add a simple language switch placeholder in the UI to prepare for future multilingual support.

🎯 Goals / Acceptance Criteria

Set up an i18n directory or folder structure for language files (/src/i18n/en.json).

Implement basic i18n configuration using a library like react-i18next or a custom hook.

Replace static text in Home.jsx with i18n translation keys.

Add a language switch placeholder (dropdown or button) in the header or footer.

Ensure default language is English (en).

Prepare the structure for adding more languages in future (e.g., fr.json, es.json).

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。