commitra / commitra/react-verse

Add i18n Foundation and Language Switch Placeholder in Home.jsx

オープン
#100 コメント 1 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。