diff options
| author | Adam <[email protected]> | 2026-02-10 16:02:18 -0600 |
|---|---|---|
| committer | opencode <[email protected]> | 2026-02-10 22:12:32 +0000 |
| commit | 50c705cd2d138781b487e666ca35e04741e85130 (patch) | |
| tree | 1d4a68e28624c321f1dc9ec49e27f1cb45eb8d59 /packages/web/src/content/docs/it/plugins.mdx | |
| parent | 3894c217ccf0797bd57413677d8b355ad3879ba7 (diff) | |
| download | opencode-50c705cd2d138781b487e666ca35e04741e85130.tar.gz opencode-50c705cd2d138781b487e666ca35e04741e85130.zip | |
fix(docs): locale translations
Diffstat (limited to 'packages/web/src/content/docs/it/plugins.mdx')
| -rw-r--r-- | packages/web/src/content/docs/it/plugins.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/it/plugins.mdx b/packages/web/src/content/docs/it/plugins.mdx index 7661eaccd..ea73f40ff 100644 --- a/packages/web/src/content/docs/it/plugins.mdx +++ b/packages/web/src/content/docs/it/plugins.mdx @@ -259,7 +259,7 @@ export const EnvProtection = async ({ project, client, $, directory, worktree }) ### Inietta variabili d'ambiente -Inietta variabili d'ambiente in tutte le esecuzioni di shell (strumenti AI e terminal utente): +Inietta variabili d'ambiente in tutte le esecuzioni di shell (strumenti AI e terminale utente): ```javascript title=".opencode/plugins/inject-env.js" export const InjectEnvPlugin = async () => { |
