Skip to content

Conversation

Kenzo-Wada
Copy link
Contributor

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
@Kenzo-Wada
Copy link
Contributor Author

@brc-dd thx for the reviews!

i've added anchors at 24e1ed7 and f9d0dff, ready to re-reviewed!

@brc-dd brc-dd merged commit e0d739a into vuejs:main Oct 11, 2025
8 checks passed
@Kenzo-Wada Kenzo-Wada deleted the i18n/ja branch October 12, 2025 06:28
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

Development

Successfully merging this pull request may close these issues.

I want to translate markdown files into Japanese

2 participants