Skip to content

Korean translation incorrectly represents controller and action relationship #36600

@swkim0911

Description

@swkim0911

Description

In the current Korean translation, the relationship between controller and action is inaccurately represented. Specifically, the translation implies "So localhost:5001/HelloWorld/Index causes the HelloWorldController method of the Index class to run.", which does not match the original English meaning.

The Korean translation should be corrected to match the original meaning, as suggested below.

Original (en-us):
"So localhost:5001/HelloWorld/Index causes the Index method of the HelloWorldController class to run."

Current Korean translation (ko-kr):
"따라서 localhost:5001/HelloWorld/Index는 Index 클래스의 HelloWorldController 메서드가 실행되도록 합니다."

Suggested correction:
"따라서 localhost:5001/HelloWorld/Index는 HelloWorldController 클래스의 Index 메서드가 실행되도록 합니다."

Page URL

https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/adding-controller?view=aspnetcore-10.0&source=recommendations&tabs=visual-studio

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/tutorials/first-mvc-app/adding-controller.md

Document ID

3477519b-1bc2-73be-33e3-63067383d426

Platform Id

b8a33c0b-62ed-b8bf-9525-c25c677e0645

Article author

@wadepickett

Metadata

  • ID: 20264150-9ac7-2b21-3314-64ffa114410f
  • PlatformId: b8a33c0b-62ed-b8bf-9525-c25c677e0645
  • Service: aspnet-core
  • Sub-service: tutorials

Related Issues

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions