summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/ko/commands.mdx
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-09 18:11:44 -0600
committerAdam <[email protected]>2026-02-09 18:11:59 -0600
commit85fa8abd505f9e2b4224487fb5509792e8fae8b4 (patch)
treebf24ea208e6eb3a99c4f0534094f49b0d6a7304d /packages/web/src/content/docs/ko/commands.mdx
parent3118cab2d823920c507d82fa3e5120ddda951e12 (diff)
downloadopencode-85fa8abd505f9e2b4224487fb5509792e8fae8b4.tar.gz
opencode-85fa8abd505f9e2b4224487fb5509792e8fae8b4.zip
fix(docs): translations
Diffstat (limited to 'packages/web/src/content/docs/ko/commands.mdx')
-rw-r--r--packages/web/src/content/docs/ko/commands.mdx12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/web/src/content/docs/ko/commands.mdx b/packages/web/src/content/docs/ko/commands.mdx
index 7d23f5fc0..3f6c473f9 100644
--- a/packages/web/src/content/docs/ko/commands.mdx
+++ b/packages/web/src/content/docs/ko/commands.mdx
@@ -42,13 +42,13 @@ frontmatter 명령 속성을 정의합니다. 콘텐츠는 템플릿이 됩니�
## 구성
-OpenCode config를 통해 사용자 지정 명령을 추가하거나 `commands/` 디렉토리에 있는 Markdown 파일을 만들 수 있습니다.
+opencode config를 통해 사용자 지정 명령을 추가하거나 `commands/` 디렉토리에 있는 Markdown 파일을 만들 수 있습니다.
---
### JSON 태그
-OpenCode [config](/docs/config)에서 `command` 옵션을 사용하십시오:
+opencode [config](/docs/config)에서 `command` 옵션을 사용하십시오:
```json title="opencode.jsonc" {4-12}
{
@@ -153,11 +153,11 @@ with the following content: $3
/create-file config.json src "{ \"key\": \"value\" }"
```
-이 교체:
+이렇게 대체됩니다:
-- `$1`TK1ZZ와 `$1`
-- `$2`TK1ZZ와 `$2`
-- `$3`TK1ZZ와 `$3`
+- `$1`는 `config.json`
+- `$2`는 `src`
+- `$3`는 `{ "key": "value" }`
---