fix(docs): locale translations

This commit is contained in:
Adam
2026-02-10 13:59:14 -06:00
committed by opencode
parent fbc41475b4
commit fd5531316f
282 changed files with 4973 additions and 5314 deletions

View File

@@ -30,7 +30,7 @@ ACP를 통해 opencode를 사용하려면 `opencode acp` 명령을 실행하려
```json title="~/.config/zed/settings.json"
{
"agent_servers": {
"opencode": {
"OpenCode": {
"command": "opencode",
"args": ["acp"]
}
@@ -51,7 +51,7 @@ ACP를 통해 opencode를 사용하려면 `opencode acp` 명령을 실행하려
{
"agent": {
"custom": {
"name": "opencode",
"name": "OpenCode",
"command": {
"command": "opencode",
"args": ["acp"]
@@ -74,7 +74,7 @@ ACP를 통해 opencode를 사용하려면 `opencode acp` 명령을 실행하려
```json title="acp.json"
{
"agent_servers": {
"opencode": {
"OpenCode": {
"command": "/absolute/path/bin/opencode",
"args": ["acp"]
}