Skip to content

docs(ko): fix incorrect translation in plugins logging section #13943

@hmu332233

Description

@hmu332233

Description

The Korean translation of the Logging section in packages/web/src/content/docs/ko/plugins.mdx has the meaning reversed.

English original (line 315 of plugins.mdx):

Use client.app.log() instead of console.log for structured logging:

Current Korean translation:

구조화된 로깅을 위한 client.app.log() 대신에 console.log를 사용하십시오:

This tells users to use console.log instead of client.app.log(), which is the opposite of the intended meaning.

Suggested fix:

구조화된 로깅을 위해 console.log 대신 client.app.log()를 사용하세요:

Plugins

No response

OpenCode version

No response

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocs

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions