Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue195(i18nの設定を加えました。) #211

Closed
wants to merge 3 commits into from

Conversation

mashharuki
Copy link
Collaborator

i18nの設定を加えました。

Description

i18n に対応させました。

いくつか i18n対応のために設定ファイルを追加しています。
また、 entry.server.tsxファイルを大幅に変更しています。
確認をお願いします!!

細かいですが、favicon.icoファイルも差し替えておきました!

Fixes #195

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Screenshots

以下の通り、ローカルでビルド&起動できることを確認済みです!!
スクリーンショット 2024-12-11 23 33 52

@mashharuki mashharuki requested a review from yu23ki14 December 11, 2024 14:39
@mashharuki mashharuki marked this pull request as ready for review December 11, 2024 14:39
@mashharuki
Copy link
Collaborator Author

あと、Viteの設定ファイルも変更を加えています。

さらに、 必要なパッケージもいくつか追加しています。

@mashharuki
Copy link
Collaborator Author

以下は、GitHub Copilotで生成したこのプルリクの要約です!

This pull request introduces internationalization (i18n) support to the frontend application, along with some additional configuration changes. The most important changes include setting up i18n configuration files, integrating i18n with both client-side and server-side code, and adding necessary dependencies.

Internationalization (i18n) Setup:

Client and Server Integration:

Dependency Additions:

  • pkgs/frontend/package.json: Added i18n-related dependencies such as i18next, i18next-browser-languagedetector, i18next-fs-backend, i18next-http-backend, react-i18next, and remix-i18next. [1] [2]

Translation Files:

@mashharuki mashharuki closed this Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

フロントエンド: Remixでのi18nの調査と検証
1 participant