diff options
| author | Luke Parker <[email protected]> | 2026-04-19 19:46:34 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-19 19:46:34 +1000 |
| commit | 10bd044c55600408f2bca606bb6ce37c88b459f9 (patch) | |
| tree | 21142e75094316dd82389f7c32d299f0491d472e /packages/app/src/i18n/th.ts | |
| parent | c09bcfe5314ff4d78d169a9a373450d19df9b407 (diff) | |
| download | opencode-10bd044c55600408f2bca606bb6ce37c88b459f9.tar.gz opencode-10bd044c55600408f2bca606bb6ce37c88b459f9.zip | |
feat: add terminal font settings and built-in Nerd Font (#23391)
Diffstat (limited to 'packages/app/src/i18n/th.ts')
| -rw-r--r-- | packages/app/src/i18n/th.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/app/src/i18n/th.ts b/packages/app/src/i18n/th.ts index 5decf3adb..81674df32 100644 --- a/packages/app/src/i18n/th.ts +++ b/packages/app/src/i18n/th.ts @@ -631,7 +631,9 @@ export const dict = { "settings.general.row.theme.title": "ธีม", "settings.general.row.theme.description": "ปรับแต่งวิธีการที่ OpenCode มีธีม", "settings.general.row.font.title": "ฟอนต์โค้ด", - "settings.general.row.font.description": "ปรับแต่งฟอนต์ที่ใช้ในบล็อกโค้ดและเทอร์มินัล", + "settings.general.row.font.description": "ปรับแต่งฟอนต์ที่ใช้ในบล็อกโค้ด", + "settings.general.row.terminalFont.title": "Terminal Font", + "settings.general.row.terminalFont.description": "Customise the font used in the terminal", "settings.general.row.uiFont.title": "ฟอนต์ UI", "settings.general.row.uiFont.description": "ปรับแต่งฟอนต์ที่ใช้ทั่วทั้งอินเทอร์เฟซ", "settings.general.row.followup.title": "พฤติกรรมการติดตามผล", |
