diff options
| author | Rahul A Mistry <[email protected]> | 2026-02-02 18:20:06 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-02 06:50:06 -0600 |
| commit | 3408f1a6ae7f8783d5fa80dab2cb2cf2e976da6d (patch) | |
| tree | 6dda0c528c3bf69c3f76c9a5041da3adcca25779 /packages/app/src/i18n | |
| parent | 34c58af796befb22cd557012ec70d3e520b393b9 (diff) | |
| download | opencode-3408f1a6ae7f8783d5fa80dab2cb2cf2e976da6d.tar.gz opencode-3408f1a6ae7f8783d5fa80dab2cb2cf2e976da6d.zip | |
feat(app): add tab close keybind (#11780)
Diffstat (limited to 'packages/app/src/i18n')
| -rw-r--r-- | packages/app/src/i18n/en.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/app/src/i18n/en.ts b/packages/app/src/i18n/en.ts index 5589337e5..169d09cd3 100644 --- a/packages/app/src/i18n/en.ts +++ b/packages/app/src/i18n/en.ts @@ -45,6 +45,7 @@ export const dict = { "command.session.new": "New session", "command.file.open": "Open file", "command.file.open.description": "Search files and commands", + "command.tab.close": "Close tab", "command.context.addSelection": "Add selection to context", "command.context.addSelection.description": "Add selected lines from the current file", "command.terminal.toggle": "Toggle terminal", |
