-
Notifications
You must be signed in to change notification settings - Fork 30
add Japanese documentation for what's new in Aspire 13.1 #192
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
add Japanese documentation for what's new in Aspire 13.1 #192
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 Japanese documentation for Aspire 13.1's new features, translating the comprehensive release notes that cover MCP support for AI coding agents, CLI enhancements, dashboard improvements, Azure updates, and various bug fixes.
Key changes:
- Complete Japanese translation of the Aspire 13.1 release notes
- Covers all major features including MCP integration, CLI improvements, and Azure Redis API changes
- Includes code examples, migration guides, and breaking changes documentation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
IEvangelist
left a comment
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.
This looks good, thank you. We'll
when you make the suggested changes.
| @@ -0,0 +1,591 @@ | |||
| --- | |||
| title: Aspire 13.1 の新機能 | |||
| description: Aspire 13.1 delivers comprehensive MCP support for AI coding agents, CLI enhancements with channel persistence, dashboard improvements, Azure Managed Redis, container registry support, and numerous bug fixes. | |||
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.
I'm curious, why don't you translate the description too? I can't think of a reason not to.
| Which agent environments do you want to configure? | ||
| [ ] Configure VS Code to use the Aspire MCP server | ||
| [ ] Configure GitHub Copilot CLI to use Aspire MCP server | ||
| [ ] Configure Claude Code to use Aspire MCP server | ||
| [ ] Configure Open Code to use Aspire MCP server | ||
|
|
||
| # 追加で有効にするオプションはどれですか? | ||
| Which additional options do you want to enable? | ||
| [ ] Create an agent instructions file (AGENTS.md) | ||
| [ ] Configure Playwright MCP server |
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.
To my knowledge, the Aspire CLI supports translations here too, have you considered pulling those strings? For example, after a quick look at the Aspire source, I found this: https://github.com/dotnet/aspire/blob/v13.1.0/src/Aspire.Cli/Resources/xlf/McpCommandStrings.ja.xlf - there are many more as well.
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.
I used the existing translations from the Aspire source for the first set of options. For the second set of options, I couldn’t find any translations, so I reverted them to the original text.
|
|
||
| リソースページに専用の **Parameters** タブが追加され、リソースの詳細画面から離れることなく、設定パラメーターをより簡単に確認・管理できるようになりました。 | ||
|
|
||
| <Image src={resourcesParametersView} alt="Resources parameters view" title="Resources parameters view" /> |
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.
Alt text could also be translated. It's shown on screen as well when you click to zoom on an image.
This is awesome, thank you so much @takashiuesaka! Also, you're making a big difference here in this effort: https://aspire.dev/i18n/#by-file. I realize I need to update this dashboard pointers to help other's contribute translations, much appreciated 💜. And you're on the contributors page now too: https://aspire.dev/community/contributors/#-aspiredev-contributors 🤓 |
Hi, @IEvangelist, |
Fixes #191