Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2886 +/- ##
=============================================
+ Coverage 87.548% 87.674% +0.125%
=============================================
Files 101 95 -6
Lines 7670 7602 -68
Branches 1230 1221 -9
=============================================
- Hits 6715 6665 -50
+ Misses 659 648 -11
+ Partials 296 289 -7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR adds new Japanese translations for the Crowdin localization project, specifically adding Japanese documentation for multiple release notes files spanning versions 2021-2025, plugin documentation, organization policies, and guide sections.
Reviewed changes
Copilot reviewed 95 out of 288 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| guide/content/ja/release-notes/2025/v25.3.md | Japanese translation for v25.3 release notes |
| guide/content/ja/release-notes/2024/v24.6.md | Japanese translation for v24.6 release notes |
| guide/content/ja/release-notes/2024/v24.12.md | Japanese translation for v24.12 release notes |
| guide/content/ja/release-notes/2023/v23.9.md | Japanese translation for v23.9 release notes |
| guide/content/ja/release-notes/2023/v23.6.md | Japanese translation for v23.6 release notes |
| guide/content/ja/release-notes/2023/v23.3.md | Japanese translation for v23.3 release notes |
| guide/content/ja/release-notes/2023/v23.12.md | Japanese translation for v23.12 release notes |
| guide/content/ja/release-notes/2022/* | Japanese translations for 2022 release notes (v22.3, v22.6, v22.9, v22.12) |
| guide/content/ja/release-notes/2021/* | Japanese translations for 2021 release notes (v21.3, v21.6, v21.9, v21.12) |
| guide/content/ja/plugins/* | Japanese translations for Sanic plugin documentation |
| guide/content/ja/organization/* | Japanese translations for organization policies and scope |
| guide/content/ja/guide/how-to/* | Placeholder Japanese files for how-to guides |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## はじめに | ||
|
|
||
| これはバージョン24format@@0(../../organization/policyes.md#release-schedule)の最初のリリースです。 v24のリリースケイデンスは、数年前から若干変更されている可能性があります。 最新のアップデートについては、Discordサーバーの最新情報を確認してください。 何か問題が発生した場合は、 [GitHub](https://github.com/sanic-org/sanic/issues/new/choose) にご注意ください。 |
There was a problem hiding this comment.
Corrected spelling of 'policyes' to 'policies' in the markdown link.
| これはバージョン24format@@0(../../organization/policyes.md#release-schedule)の最初のリリースです。 v24のリリースケイデンスは、数年前から若干変更されている可能性があります。 最新のアップデートについては、Discordサーバーの最新情報を確認してください。 何か問題が発生した場合は、 [GitHub](https://github.com/sanic-org/sanic/issues/new/choose) にご注意ください。 | |
| これはバージョン24format@@0(../../organization/policies.md#release-schedule)の最初のリリースです。 v24のリリースケイデンスは、数年前から若干変更されている可能性があります。 最新のアップデートについては、Discordサーバーの最新情報を確認してください。 何か問題が発生した場合は、 [GitHub](https://github.com/sanic-org/sanic/issues/new/choose) にご注意ください。 |
|
|
||
| ## はじめに | ||
|
|
||
| これはバージョン24format@@0(../../organization/policyes.md#release-schedule)の最初のリリースです。 v24のリリースケイデンスは、数年前から若干変更されている可能性があります。 最新のアップデートについては、Discordサーバーの最新情報を確認してください。 何か問題が発生した場合は、 [GitHub](https://github.com/sanic-org/sanic/issues/new/choose) にご注意ください。 |
There was a problem hiding this comment.
Corrected spelling of 'policyes' to 'policies' in the markdown link.
| これはバージョン24format@@0(../../organization/policyes.md#release-schedule)の最初のリリースです。 v24のリリースケイデンスは、数年前から若干変更されている可能性があります。 最新のアップデートについては、Discordサーバーの最新情報を確認してください。 何か問題が発生した場合は、 [GitHub](https://github.com/sanic-org/sanic/issues/new/choose) にご注意ください。 | |
| これはバージョン24format@@0(../../organization/policies.md#release-schedule)の最初のリリースです。 v24のリリースケイデンスは、数年前から若干変更されている可能性があります。 最新のアップデートについては、Discordサーバーの最新情報を確認してください。 何か問題が発生した場合は、 [GitHub](https://github.com/sanic-org/sanic/issues/new/choose) にご注意ください。 |
| [@C5H12O5](https://github.com/C5H12O5) | ||
| [@ChihweiLHBird](https://github.com/ChihweiLHBird) | ||
| [@HyperKiko](https://github.com/HyperKiko) | ||
| [@imnotjames](https://github.com/imnotes) |
There was a problem hiding this comment.
GitHub username 'imnotes' appears incorrect based on the naming pattern. Should likely be 'imnotjames' matching the link text.
| [@imnotjames](https://github.com/imnotes) | |
| [@imnotjames](https://github.com/imnotjames) |
| ```python | ||
| from sanic import Sanic | ||
| app = Sanic("test") | ||
| learm_type(app) # N: Revealed type is "sanic.app.Sanic[sanic.config.Config, types.SimpleNamespace]" |
There was a problem hiding this comment.
Corrected spelling of 'learm_type' to 'reveal_type' in the code example.
| learm_type(app) # N: Revealed type is "sanic.app.Sanic[sanic.config.Config, types.SimpleNamespace]" | |
| reveal_type(app) # N: Revealed type is "sanic.app.Sanic[sanic.config.Config, types.SimpleNamespace]" |
| - `TestApp.group-b_bp1.route1` | ||
| - `TestApp.group-b_bp2.route2` | ||
|
|
||
| [#2727](https://github.com/sanic-org/sanic/pull/272727)をご覧ください。 |
There was a problem hiding this comment.
Pull request number appears to have extra digits. Should be #2727, not #272727 in the URL.
| [#2727](https://github.com/sanic-org/sanic/pull/272727)をご覧ください。 | |
| [#2727](https://github.com/sanic-org/sanic/pull/2727)をご覧ください。 |
| ```python | ||
| response = text("このレスポンスにはクッキーがあります") | ||
| response.cookies["test"] = "It worked!" | ||
| response. ookies["test"]["domain"] = ".yummy-yummy-cookie.com" |
There was a problem hiding this comment.
Corrected spelling of 'ookies' to 'cookies' with the leading 'c'.
| response. ookies["test"]["domain"] = ".yummy-yummy-cookie.com" | |
| response.cookies["test"]["domain"] = ".yummy-yummy-cookie.com" |
|
|
||
| ```python | ||
| @app.websocket("/") | ||
| async def handler(request, ws: |
There was a problem hiding this comment.
Incomplete type annotation for websocket parameter. Missing closing parenthesis and parameter type (e.g., ws: Websocket).
| async def handler(request, ws: | |
| async def handler(request, ws): |
| app.preprepre(version=3) | ||
| app.prepre(version=1) |
There was a problem hiding this comment.
Corrected spelling of 'preprepre' to 'prepare'.
| app.preprepre(version=3) | |
| app.prepre(version=1) | |
| app.prepare(version=3) | |
| app.prepare(version=1) |
| ```python | ||
| from sanic_ext import CountedRequest | ||
|
|
||
| app = Sanic(..., request_class=CounttedRequest) |
There was a problem hiding this comment.
Corrected spelling of 'CounttedRequest' to 'CountedRequest'.
No description provided.