Skip to content

Conversation

@3w36zj6
Copy link
Member

@3w36zj6 3w36zj6 commented Jul 31, 2025

No description provided.

@3w36zj6 3w36zj6 requested a review from Copilot July 31, 2025 11:08

This comment was marked as outdated.

@3w36zj6 3w36zj6 force-pushed the feature/translate-guides branch from ccbbfeb to d8090a5 Compare July 31, 2025 11:11
@3w36zj6 3w36zj6 requested a review from Copilot July 31, 2025 11:12
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 adds Japanese translations for the Guides section of the Typst documentation. The changes update the translation status to reflect completed Japanese translations and provide localized content for guide pages.

  • Updates translation status for the guides section from "untranslated" to "translated"
  • Adds Japanese URL mappings for guide-related pages
  • Translates guide page titles, descriptions, and navigation content into Japanese

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
website/translation-status.json Marks the guides section as translated
docs/src/lib.rs Updates URL mappings with Japanese guide titles
docs/guides/welcome.md Translates the main guides landing page content
docs/guides/tables.md Translates table guide title and description
docs/guides/page-setup.md Translates page setup guide title and description
docs/guides/guide-for-latex-users.md Translates LaTeX users guide title and description
Comments suppressed due to low confidence (3)

docs/src/lib.rs:838

  • The old Chinese mapping for "指南" is being removed but should be preserved alongside the new Japanese mapping "ガイド" to maintain support for existing Chinese translations.
        "ガイド" => "guides".into(),

docs/src/lib.rs:839

  • The old Chinese mapping for "LaTeX 用户指南" is being removed but should be preserved alongside the new Japanese mapping to maintain support for existing Chinese translations.
        "LaTeXユーザー向けガイド" => "guide-for-latex-users".into(),

docs/src/lib.rs:840

  • The old Chinese mapping for "页面设置指南" is being removed but should be preserved alongside the new Japanese mapping. Also note the URL mapping inconsistency: the original maps to "page-setup" but the new Japanese version maps to "page-setup-guide".
        "ページ設定ガイド" => "page-setup-guide".into(),

description: |
Not sure how to change table strokes? Need to rotate a table? This guide
explains all you need to know about tables in Typst.
テーブルの罫線の変更方法がわからない?テーブルを回転したい?このガイドでは、Typstでテーブルを扱うために必要な知識をすべて解説します。
Copy link
Contributor

Choose a reason for hiding this comment

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

テーブルではなくて表、と思ったのですが、他のページだと表とテーブルが混在していますね...
「表ガイド」は違和感すごいですし(裏ガイドがありそう)、どうしましょう...

Copy link
Member

Choose a reason for hiding this comment

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

タイトルを「表(テーブル)ガイド」みたいに補足するというのはどうでしょうか?見た目が悪い?

Copy link
Member Author

Choose a reason for hiding this comment

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

組版ツールの文脈であれば「表」を「おもて」と解釈することはあまりなさそうなので、「表ガイド」でも十分自然だと思います。

Copy link
Contributor

Choose a reason for hiding this comment

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

それならやはり「表」で統一しましょうか

@3w36zj6 3w36zj6 requested a review from ultimatile August 2, 2025 12:05
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.

ありがとうございます!

@3w36zj6 3w36zj6 merged commit d948874 into main Aug 2, 2025
5 checks passed
@3w36zj6 3w36zj6 deleted the feature/translate-guides branch August 2, 2025 20:15
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