From 4c4e30cd714d316f44d99b91f846e2be666a26db Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Tue, 10 Feb 2026 07:11:13 -0600 Subject: fix(docs): locale translations --- packages/web/src/content/docs/th/plugins.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/web/src/content/docs/th/plugins.mdx') diff --git a/packages/web/src/content/docs/th/plugins.mdx b/packages/web/src/content/docs/th/plugins.mdx index af300d057..1e759fdb7 100644 --- a/packages/web/src/content/docs/th/plugins.mdx +++ b/packages/web/src/content/docs/th/plugins.mdx @@ -192,7 +192,7 @@ export const MyPlugin: Plugin = async ({ project, client, $, directory, worktree - `todo.updated` -#### กิจกรรมของเชลล์ +#### กิจกรรมของ shell - `shell.env` @@ -260,7 +260,7 @@ export const EnvProtection = async ({ project, client, $, directory, worktree }) ### ฉีดตัวแปรสภาพแวดล้อม -แทรกตัวแปรสภาพแวดล้อมลงในการดำเนินการเชลล์ทั้งหมด (เครื่องมือ AI และเทอร์มินัลผู้ใช้): +แทรกตัวแปรสภาพแวดล้อมลงในการดำเนินการ shell ทั้งหมด (เครื่องมือ AI และ terminal ผู้ใช้): ```javascript title=".opencode/plugins/inject-env.js" export const InjectEnvPlugin = async () => { -- cgit v1.2.3