8000 docs(ja): add Japanese translations by Kenzo-Wada · Pull Request #4969 · vuejs/vitepress · GitHub
[go: up one dir, main page]

Skip to content

Conversation

Kenzo-Wada
Copy link

Description

added japanese translation

Linked Issues

closes: #4514

Additional Context

@Kenzo-Wada Kenzo-Wada changed the title i18n(ja): add japanese guide pages i18n(ja): add japanese translations Oct 2, 2025
@brc-dd brc-dd requested a review from Copilot October 7, 2025 08:02
@brc-dd brc-dd added docs Improvements or additions to documentation translations labels Oct 7, 2025
Copy link
Contributor
@Copilot 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 comprehensive Japanese translations for VitePress, enabling Japanese-speaking users to access the documentation in their native language.

  • Adds Japanese translations for the complete documentation including guide and reference sections
  • Updates configuration files to support Japanese locale
  • Includes localized navigation, search, and UI elements

Reviewed Changes

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

Show a summary per file
File Description
docs/lunaria.config.json Adds Japanese locale configuration for translation management
docs/.vitepress/config.ts Adds Japanese locale to the main config and copy code button translation
docs/ja/config.ts Creates Japanese-specific configuration with translated navigation and search options
docs/ja/index.md Translates the homepage with Japanese hero content and features
docs/ja/guide/*.md Translates all guide pages including getting started, routing, markdown extensions, etc.
docs/ja/reference/*.md Translates all reference documentation including site config, runtime API, and default theme docs

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

@brc-dd
Copy link
Member
brc-dd commented Oct 7, 2025

お疲れ様です!

Can you add the anchors to heading? They are currently needed for language switching to reliably work. For example:

# アセットの取り扱い

to

# アセットの取り扱い {#asset-handling}

You can check other translations for reference.

@brc-dd brc-dd changed the title i18n(ja): add japanese translations docs(ja): add Japanese translations Oct 7, 2025
Comment on lines +11 to +14
link: /guide/what-is-vitepress
- theme: alt
text: クイックスタート
link: /guide/getting-started
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
link: /guide/what-is-vitepress
- theme: alt
text: クイックスタート
link: /guide/getting-started
link: /ja/guide/what-is-vitepress
- theme: alt
text: クイックスタート
link: /ja/guide/getting-started

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation translations
Projects
None yet
0