diff options
| author | Adam <[email protected]> | 2026-02-10 07:11:13 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-10 07:11:19 -0600 |
| commit | 4c4e30cd714d316f44d99b91f846e2be666a26db (patch) | |
| tree | 3a8bf8aad3be9a01ec3d00a306f2fd2c707c3da9 /packages/web/src/content/docs/nb/plugins.mdx | |
| parent | 19ad7ad80916836560ce9903b58a02be63ea4715 (diff) | |
| download | opencode-4c4e30cd714d316f44d99b91f846e2be666a26db.tar.gz opencode-4c4e30cd714d316f44d99b91f846e2be666a26db.zip | |
fix(docs): locale translations
Diffstat (limited to 'packages/web/src/content/docs/nb/plugins.mdx')
| -rw-r--r-- | packages/web/src/content/docs/nb/plugins.mdx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/nb/plugins.mdx b/packages/web/src/content/docs/nb/plugins.mdx index e303e805c..2f7cf6eb7 100644 --- a/packages/web/src/content/docs/nb/plugins.mdx +++ b/packages/web/src/content/docs/nb/plugins.mdx @@ -119,7 +119,7 @@ Plugin-funksjonen mottar: - `directory`: Gjeldende arbeidskatalog. - `worktree`: Git-arbeidstrebanen. - `client`: En opencode SDK klient for samhandling med AI. -- `$`: Buns [skall API](https://bun.com/docs/runtime/shell) for å utføre kommandoer. +- `$`: Buns [shell API](https://bun.com/docs/runtime/shell) for å utføre kommandoer. --- @@ -260,7 +260,7 @@ export const EnvProtection = async ({ project, client, $, directory, worktree }) ### Injiser miljøvariabler -Injiser miljøvariabler i all skallutførelse (AI verktøy og brukerterminaler): +Injiser miljøvariabler i all shell-utførelse (AI-verktøy og brukerterminaler): ```javascript title=".opencode/plugins/inject-env.js" export const InjectEnvPlugin = async () => { |
