diff options
| author | Rahul A Mistry <[email protected]> | 2026-01-21 21:33:29 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-21 10:03:29 -0600 |
| commit | 9f02ffe02dc32acd03aa15fff322c4ca85d28fa2 (patch) | |
| tree | 5ca1c563a65a8d602441ad030d2de0068a6c3995 /packages/app/src/i18n/zh.ts | |
| parent | b10f4237439f6fd0754a305b53a4a318248d4597 (diff) | |
| download | opencode-9f02ffe02dc32acd03aa15fff322c4ca85d28fa2.tar.gz opencode-9f02ffe02dc32acd03aa15fff322c4ca85d28fa2.zip | |
fix(app): new workspace button with all languages (#9848)
Diffstat (limited to 'packages/app/src/i18n/zh.ts')
| -rw-r--r-- | packages/app/src/i18n/zh.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/app/src/i18n/zh.ts b/packages/app/src/i18n/zh.ts index e5c2049d6..f020b10b8 100644 --- a/packages/app/src/i18n/zh.ts +++ b/packages/app/src/i18n/zh.ts @@ -17,6 +17,7 @@ export const dict = { "command.category.mcp": "MCP", "command.category.agent": "智能体", "command.category.permissions": "权限", + "command.category.workspace": "工作区", "theme.scheme.system": "系统", "theme.scheme.light": "浅色", |
