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

@@ -312,7 +312,7 @@ export const CustomToolsPlugin: Plugin = async (ctx) => {
### ロギング
構造化ログには `console.log` の代わりに `client.app.log()` を使用します。
構造化ログには `client.app.log()` の代わりに `console.log` を使用します。
```ts title=".opencode/plugins/my-plugin.ts"
export const MyPlugin = async ({ client }) => {