summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/th/commands.mdx
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-10 07:11:13 -0600
committerAdam <[email protected]>2026-02-10 07:11:19 -0600
commit4c4e30cd714d316f44d99b91f846e2be666a26db (patch)
tree3a8bf8aad3be9a01ec3d00a306f2fd2c707c3da9 /packages/web/src/content/docs/th/commands.mdx
parent19ad7ad80916836560ce9903b58a02be63ea4715 (diff)
downloadopencode-4c4e30cd714d316f44d99b91f846e2be666a26db.tar.gz
opencode-4c4e30cd714d316f44d99b91f846e2be666a26db.zip
fix(docs): locale translations
Diffstat (limited to 'packages/web/src/content/docs/th/commands.mdx')
-rw-r--r--packages/web/src/content/docs/th/commands.mdx10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/web/src/content/docs/th/commands.mdx b/packages/web/src/content/docs/th/commands.mdx
index 63e7427cd..f501aaabf 100644
--- a/packages/web/src/content/docs/th/commands.mdx
+++ b/packages/web/src/content/docs/th/commands.mdx
@@ -15,7 +15,7 @@ description: คำสั่งสร้างคำสั่งอีกคร�
## สร้างไฟล์คำสั่ง
-สร้างไฟล์มาร์กดาวน์ในไดเร็กทอรี `commands/` เพื่อกำหนดคำสั่งทำตาม
+สร้างไฟล์ Markdown ในไดเร็กทอรี `commands/` เพื่อกำหนดคำสั่งทำตาม
สร้าง `.opencode/commands/test.md`:
@@ -42,7 +42,7 @@ frontmatter กำหนดคุณสมบัติคำสั่งเน�
## เม็กซิโก
-คำสั่งนี้จะผ่าน OpenCode หรือโดยการดำเนินการไฟล์มาร์กดาวน์ในไดเร็กทอรี `commands/`
+คำสั่งนี้จะผ่าน OpenCode หรือโดยการดำเนินการไฟล์ Markdown ในไดเร็กทอรี `commands/`
---
@@ -75,9 +75,9 @@ frontmatter กำหนดคุณสมบัติคำสั่งเน�
---
-### มาร์กดาวน์
+### Markdown
-หากต้องการกำหนดคำสั่งของไฟล์มาร์กดาวน์ได้คุณจะต้องดำเนินการใน:
+หากต้องการกำหนดคำสั่งของไฟล์ Markdown ได้คุณจะต้องดำเนินการใน:
- ทั่วโลก: `~/.config/opencode/commands/`
- ต่อโครงการ: `.opencode/commands/`
@@ -93,7 +93,7 @@ Run the full test suite with coverage report and show any failures.
Focus on the failing tests and suggest fixes.
```
-ชื่อไฟล์มาร์กดาวน์ในชื่อคำสั่งเช่น `test.md` ให้
+ชื่อไฟล์ Markdown ในชื่อคำสั่งเช่น `test.md` ให้
คุณวิ่ง:
```bash frame="none"