-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
docs(ja): add Japanese translations #4969
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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.
お疲れ様です! 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. |
link: /guide/what-is-vitepress | ||
- theme: alt | ||
text: クイックスタート | ||
link: /guide/getting-started |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
Description
added japanese translation
Linked Issues
closes: #4514
Additional Context