Skip to content

Conversation

@3w36zj6
Copy link
Member

@3w36zj6 3w36zj6 commented Aug 13, 2025

確認事項

  • カテゴリページ(e.g., /docs/reference/foundations/)で、日本語に翻訳されたタイトルがh1要素として表示されている
  • カテゴリページの<meta name="description">要素が、日本語に翻訳された説明文になっている

@3w36zj6 3w36zj6 requested a review from Copilot August 13, 2025 22:34
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR translates category page titles and descriptions from English to Japanese in the documentation system. The changes ensure that category pages display Japanese titles in h1 elements and use Japanese descriptions in meta tags.

  • Updates the CategoryTemplate to use the translated title field instead of the name field
  • Implements Japanese translations for all category names (Foundations → 基礎, Model → モデル, etc.)
  • Translates the meta description format from English to Japanese

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
website/src/components/templates/CategoryTemplate.tsx Changes h1 element to display translated title instead of category name
docs/src/lib.rs Adds Japanese translations for category names and updates description format to Japanese

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Member

@kimushun1101 kimushun1101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

website/dist/docs/reference/foundations/index.html
で確認できました。

Copy link
Contributor

@gomazarashi gomazarashi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

対応ありがとうございます。
私の手元でも正常な表示を確認できました。

@3w36zj6 3w36zj6 merged commit b6f8202 into main Aug 14, 2025
5 checks passed
@3w36zj6 3w36zj6 deleted the feature/translate-category-title-and-description branch August 14, 2025 19:04
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.

5 participants