Skip to content

Incorrect translation of “immediately before” as “immediately after” in Japanese documentation #35623

Open
@KM5075

Description

@KM5075

Description

On the following Japanese documentation page:
📄 SignalR と Blazor を使用したリアルタイム Web アプリケーションの作成

Image

there is an incorrect translation of the English sentence:

"Add an endpoint for the hub immediately before the line that runs the app (app.Run();):"

❌ Current Japanese translation:

「アプリを実行する行の直後に、ハブのエンドポイントを追加します。」
("...immediately after the line that runs the app.")

✅ Correct translation should be:

「アプリを実行する行の直前に、ハブのエンドポイントを追加します。」
("...immediately before the line that runs the app.")

The Japanese translation incorrectly uses 「直後」 ("immediately after") instead of 「直前」 ("immediately before"). This changes the intended meaning of the instruction.


Suggested fix:
Please change 「直後」 to 「直前」 in the Japanese translation to correctly reflect the meaning of the original English instruction.


Page URL:
https://learn.microsoft.com/ja-jp/aspnet/core/blazor/tutorials/signalr-blazor?view=aspnetcore-9.0&tabs=visual-studio

Hope this helps improve the Japanese documentation. Thank you for your work!

Page URL

https://learn.microsoft.com/ja-jp/aspnet/core/blazor/tutorials/signalr-blazor?view=aspnetcore-9.0&tabs=visual-studio

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor/tutorials/signalr-blazor.md

Document ID

85af7a99-672c-0438-dcc2-e8edfaf70c54

Platform Id

a5624d02-ba16-6622-9872-c91fcc4cb213

Article author

@guardrex

Metadata

  • ID: 85af7a99-672c-0438-dcc2-e8edfaf70c54
  • PlatformId: a5624d02-ba16-6622-9872-c91fcc4cb213
  • Service: aspnet-core
  • Sub-service: blazor

Related Issues

Metadata

Metadata

Assignees

Type

No type

Projects

Status

P0/P1 - High Priority

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions