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/de.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/de.ts')
| -rw-r--r-- | packages/app/src/i18n/de.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/app/src/i18n/de.ts b/packages/app/src/i18n/de.ts index 9b0035548..c0100f95e 100644 --- a/packages/app/src/i18n/de.ts +++ b/packages/app/src/i18n/de.ts @@ -17,6 +17,7 @@ export const dict = { "command.category.mcp": "MCP", "command.category.agent": "Agent", "command.category.permissions": "Berechtigungen", + "command.category.workspace": "Arbeitsbereich", "theme.scheme.system": "System", "theme.scheme.light": "Hell", |
